.inner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.default-text {
    font-size: 14px;
    font-weight: 400;
}

.title-text {
    font-size: 64px;
    color: white;
    font-weight: 600;
}

.muted-bold-text {
    font-size: 12px;
    color: #313131;
    font-weight: 700;
}

@media (max-width: 600px) {
    .title-text {
        font-size: 32px;
    }
}