#about-content .about-texts strong {
    font-size: clamp(24px, 4vw, 61px);
}

#about-content .about-texts p {
    color: #71717A;
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    line-height: 24px;
}

@media screen and (min-width: 769px) {
    #about-content .about-texts-last {
        position: relative;
        transform: translateY(-15%);
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        -o-transform: translateY(-15%);
    }
    #about-content .elips-content {
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        top: 50px;
    }
    #about-content .elips-content.active,
    #about-content .elips-content:hover {
        top: 200px !important;
    }
}