
.description-about {
    font-size: 1.25rem;
    line-height: 2;
}

.about__items .about-title {
    font-weight: 700;
    color: #65bbe9;
    font-size: 2.625rem;
    line-height: 3.375rem;
    letter-spacing: .5px;
    margin-bottom: 1.25rem;
}

.about__wrapper {
    color: #262626;
    font-size: .8125rem;
    line-height: 1.125rem;
    margin-bottom: 4em;
}

@media (min-width: 1000px) {
    .about__items .about-title {
        font-size: 6rem;
        margin-bottom: 0;
    }


    .about__wrapper {
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 6em;
    }
}