#about-page > .title-1 > .big-title {
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.15;
}

#about-page > .title-1 > .small-title {
    font-size: 1.5rem;
    line-height: 6;
}

#about-page > .title-1 > .slogan {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

@media (min-width: 1024px) {
    #about-page > .title-1 > .big-title {
        font-size: 5rem;
    }

    #about-page > .title-1 > .slogan {
        font-size: 3rem;
        margin-bottom: 6rem;
    }
}