.yollo-atrium-first-video {
    grid-template-columns: 1;
    margin: 24px 0;
    gap: 24px;
}
.yollo-atrium-first-video .ui-video-wrapper {
    margin: 0 70px;
}
.yollo-atrium-video-mosaic-text {
    margin-top: 24px;
}
.yollo-atrium-video-mosaic .ui-video-wrapper {
    aspect-ratio: 390/246;
}
.yollo-atrium-bottom-banner {
    margin-bottom: 48px;
}
.yollo-atrium-comments {
    gap: 16px;
    margin: -30px 0 44px !important;
}
.yollo-atrium-comments .comment-wrapper {
    position: relative;
    aspect-ratio: 350/222;
    margin-bottom: 17px;
    padding: 24px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 16px;
}
.yollo-atrium-comments .comment-wrapper::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 29px;
    border: 12px solid transparent;
    border-left: none;
    border-bottom: none;
}
.yollo-atrium-comments .comment-wrapper.blue {
    color: #fff;
    background-color: #0069CD;
}
.yollo-atrium-comments .comment-wrapper.blue::after {
    border-top-color: #0069CD;
}
.yollo-atrium-comments .comment-wrapper.grey {
    color: #fff;
    background-color: #A9AAC1;
}
.yollo-atrium-comments .comment-wrapper.grey::after {
    border-top-color: #A9AAC1;
}
.yollo-atrium-comments .comment-wrapper.light-grey {
    background-color: #E1E6E7;
}
.yollo-atrium-comments .comment-wrapper.light-grey::after {
    border-top-color: #E1E6E7;
}
.yollo-atrium-comments .comment-author {
    gap: 9px;
}
.yollo-atrium-comments .avatar {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50px;
}
.yollo-atrium-comments .author-name {
    font-size: 14px;
    line-height: 1.3;
}
.yollo-atrium-comments .author-date {
    color: #A4A8AC;
    font-size: 12px;
    line-height: 1.5;
}
.yollo-atrium-comments .comment-info {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
@media(min-width: 992px) {
    .case-gallery-swiper .swiper-pagination {
        padding-bottom: 40px !important;
    }
    .yollo-atrium-first-video {
        margin: 64px 0 31px;
        grid-template-columns: 38% 270px;
    }
    .yollo-atrium-first-video .ui-video-wrapper {
        margin: 0;
    }
    .yollo-atrium-video-mosaic {
        grid-template-columns: 1fr 1fr;
    }
    .yollo-atrium-video-mosaic .ui-video-wrapper {
        aspect-ratio: 395/246;
    }
    .yollo-atrium-video-mosaic-text {
        margin-top: 20px;
        max-width: 50%;
    }
    .yollo-atrium-bottom-banner {
        margin-top: 105px;
        margin-bottom: 116px;
    }
    .yollo-atrium-bottom-banner picture {
        grid-column: 1/3;
    }
    .yollo-atrium-people h2 {
        margin-bottom: 38px;
    }
    .yollo-atrium-comments {
        grid-template-columns: repeat(4,1fr);
        gap: 0;
        margin: 0 0 105px !important;
    }
    .yollo-atrium-comments .comment-wrapper {
        position: relative;
        aspect-ratio: 296/288;
    }
    .yollo-atrium-comments .comment-info {
        margin-top: 32px;
        font-size: 28px;
    }
    .yollo-atrium-comments li:nth-child(1) {
        margin-top: 267px;
        margin-top: 90.5%;
    }
    .yollo-atrium-comments li:nth-child(2) {
        margin-top: 479px;
        margin-top: 162%;
    }
    .yollo-atrium-comments li:nth-child(4) {
        margin-top: 653px;
        margin-top: 220.5%;
    }
    .case-results-block {
        grid-template-columns: 270px 1fr;
    }
}
