.about {
    box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

@media (max-width: 1279px) {
    
    .about .site-container::after{
        content: '';
        position: absolute;
        top: 0;
        left: -22%;
        width: 362px;
        aspect-ratio: 1 / 1;
        background-color: #0042931A;
        border-radius: 50%;
        z-index: 0;
    }
    
    .about .site-container::before{
        content: '';
        position: absolute;
        bottom: -10%;
        right: -22%;
        width: 362px;
        aspect-ratio: 1 / 1;
        background-color: #0042931A;
        border-radius: 50%;
        z-index: 0;
    }
}


.about__round {
    display: none;
    position: absolute;
    width: 146px;
    height: 50px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

@media (min-width: 768px){
    .about__round {
        display: flex;
    }
}

.about__round-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #489DE8;
    width: 48px;
    height: 48px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.about__round-center::after {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
    background-color: #489DE8;
}

.about__round-center::before {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    width: 24px;
    height: 24px;
    transform: translateX(50%);
    background-color: #489DE8;
}

.about__round-left {
    z-index: 1;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.about__round-right {
    z-index: 1;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.about__info {
    margin-bottom: 40px;
}

.about__left-content {
    position: absolute;
    bottom: 0;
    max-width: 732px;
    width: 100%;
}

@media (min-width: 1280px) {

    .about__left-content::before {
        position: absolute;
        bottom: 0;
        right: 0;
        content: '';
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #0042931A;
        margin: 0 12% -22% 0;
    }
}


.about__round-center-icon {
    animation: moveUpDown 1s infinite alternate cubic-bezier(0.5, 0.1, 0.8, 0.9);
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50%)
    }
}

@media (max-width: 1279px) {
    .about:after {
        left: 40vw;
    }
}

@media (max-width: 652px) {
    .about:after {
        display: none;
    }
}


.about__box {
    display: grid;
    margin: 89px 0 64px;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

@media (max-width: 1599px) {
    .about__box {
        grid-template-columns: 40% 60%;
    }
}


@media (max-width: 1279px) {
    .about__box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 652px) {
    .about__box {
        margin-top: 32px;
    }
}

.about__left {
    margin-left: -10%;
    height: 100%;
    position: relative;
}



/* @media (min-width: 128px) and (max-width: 1500px) {
    .about__left {
        margin-left: -12%;
        margin-right: -12%;
    }
} */




.about__img {
    transition: clip-path 3s ease-in-out;
    clip-path: inset(0 100% 0 0);
    position: relative;
    z-index: 1;
    width: 83%;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 645px;
    margin-bottom: -15%;
}

.about__img--show {
    clip-path: inset(0 0 0 0);
}

@media (max-width: 1279px) {
    .about__img {
        display: none;
    }
}


@media (max-width: 1279px) {
    .about__info {
        margin: 0 auto;
        width: 72%;
    }
}

@media (max-width: 768px) {
    .about__info {
        width: 100%;
    }
}

.about__info-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: var(--uni-text-color-2);
}

@media (max-width: 652px) {
    .about__info-subtitle {
        text-align: center;
    }
}

.about__info-title {
    font-weight: 700;
    font-size: 32px;
    color: var(--uni-text-color);
}

@media (max-width: 652px) {
    .about__info-title {
        text-align: center;
    }
}

.about__info-title .emphasized {
    color: var(--uni-text-color-2);
}

@media (max-width: 652px) {
    .about__info-title {
        font-size: 24px;
    }
}

.about__info-text {
    transition: clip-path 3s ease-in-out;
    clip-path: inset(0 0 0 100%);
    margin-top: 64px;
    margin-left: 40px;
    font-weight: 300;
    font-size: 16px;
    color: var(--uni-text-color);
    line-height: 24px;
}

.about__info-text--show { 
    clip-path: inset(0 0 0 0);
}

.about__info-text-list {
    margin-top: 24px;
}

.about__info-text-list li {
    line-height: 24px;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    padding-left: 40px;
}

.about__info-text-list li:nth-child(1)::before {
    content: '';
    background: url("/extensions/Components/FrameService/Views/Basic001/static/img/about/school.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    position: absolute;
}

.about__info-text-list li:nth-child(2)::before {
    content: '';
    background: url("/extensions/Components/FrameService/Views/Basic001/static/img/about/hand-star.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    position: absolute;
}

.about__info-text-list li:nth-child(3)::before {
    content: '';
    background: url("/extensions/Components/FrameService/Views/Basic001/static/img/about/home-furniture.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    left: 0;
    position: absolute;
}

@media (max-width: 1740px) {
    .about__info-text {
        margin-left: 0;
    }
}

@media (max-width: 652px) {
    .about__info-text {
        margin-top: 24px;
        font-size: 14px;
    }
}

.about__info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 188px;
    width: 100%;
    padding: 8px 8px 8px 16px;
    border-radius: 60px;
    background-color: #FFFFFF;
    color: var(--uni-text-color);
    font-size: 16px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    margin-top: 64px;
}

.about__info-btn-ico {
    width: 32px;
    height: 32px;
    padding: 5.33px;
    background: var(--uni-text-color-2);
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 652px) {
    .about__info-btn {
        max-width: 100%;
    }
}

@media (max-width: 652px) {
    .about__info-btn {
        margin-top: 24px;
    }
}