.section-comment .section-comment-wrap {
    background-color: var(--color1);
    padding: 0.5rem;
    border-radius: 1rem;
}

.section-comment .section-comment-title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.section-comment .section-comment-title .title-heading {
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
}

.section-comment .comment-item-image {
    padding: 0 1rem;
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    display: table;
    margin: auto;
}

.section-comment .comment-item-image img {
    border-radius: 0.75rem;
}

.section-comment .comment-item-info {
    background-color: #fff;
    padding: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    position: relative;
    box-sizing: border-box;
}

.section-comment .comment-item-info::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fff;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    top: -10rem;
    z-index: -1;
    height: 11rem;
}

.section-comment .comment-item-name {
    text-align: center;
    font-variation-settings: "wght" 700;
    color: #212121;
    width: 100%;
    display: block;
    line-height: 1.2;
    font-size: 2rem;
    margin-bottom: 3px;
}

.section-comment .comment-item-post {
    color: #878787;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.section-comment .comment-item-comment {
    color: #212121;
}

@media (min-width: 1200px) {
    .swiper-comment-wrap-desk {
        display: flex;
        gap: 40px;
        align-items: end;

        /* padding: 0 42px 0 75px; */
    }

    .section-comment .section-comment-wrap {
        background-color: unset;
        padding: 0;

    }

    .comment-desk-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-comment-img-wrap {
        width: 37%;
        flex: none;
        padding: 0 40px 35px 0;
    }

    .comment-desk-item-image {
        display: flex;
        height: 100%;
    }

    .comment-desk-item-image img {
        border-radius: 20px;
        overflow: hidden;
    }

    .swiper-comment-text-wrap {
        width: 59%;
        flex: none;
        flex-direction: column;
        display: flex;
        position: relative;
        padding: 38px 0 0 74px;
    }

    .swiper-comment-text-wrap .bg {
        content: '';
        position: absolute;
        z-index: -1;
        inset: 0;
        background: var(--color1);
        overflow: hidden;
        border-radius: 20px;
        inset: 0 -69.3% 0 0rem;
        pointer-events: none;
    }

    .swiper-comment-text {
        background: #fff;
        border-radius: 20px 20px 0 0;
        width: 100%;
    }

    .swiper-comment-text-inner {
        position: relative;
    }

    .swiper-comment-text-inner::after,
    .swiper-comment-text-inner::before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 40px;
        width: 40px;
        z-index: 1;
    }

    .swiper-comment-text-inner::after {
        right: -40px;
        border-bottom-left-radius: 50%;
        box-shadow: 0 20px 0 0 #fff;
    }

    .swiper-comment-text-inner::before {
        left: -40px;
        border-bottom-right-radius: 50%;
        box-shadow: 0 20px 0 0 #fff;
    }

    .swiper-comment-img .swiper-slide {
        height: auto;
    }

    .swiper-comment-text .swiper-slide {
        height: auto;
        width: 100%;
    }

    .section-comment .section-comment-wrap {
        position: relative;
    }

    .section-comment .section-comment-title {
        /* position: absolute;
        top: 20%;
        left: 5rem;
        max-width: 25%;*/
        text-align: left;
    }

    .section-comment .section-comment-wrap {}

    /* .section-comment .section-comment-wrap {
        border-top-left-radius: 0;
        position: relative;
        border-top-right-radius: 0;
        background: #0033A1;
        background: linear-gradient(0deg, rgba(0, 51, 161, 1) 80%, rgba(255, 255, 255, 1) 80%);
        padding-bottom: 0;
    }

    .section-comment .section-comment-wrap::before {
        position: absolute;
        content: '';
        top: 17%;
        left: 0;
        right: 0;
        width: 100%;
        height: 24px;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        background: #0033A1;
        z-index: 0;
    } */

    .section-comment .comment-item {
        display: flex;
        flex-direction: row-reverse;
    }

    .section-comment .comment-item-info::before {
        content: none;
    }

    .section-comment .comment-item-comment {
        font-size: 15px;
    }

    .section-comment .comment-item-info {
        padding: 60px 70px;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        display: flex;
        background-color: transparent;
        height: 100%;
    }

    .section-comment .comment-item-image {
        flex: 0 0 40%;
        margin-bottom: 1.25rem;
    }

    .section-comment .comment-item-image img {
        width: 100%;
    }

    .section-comment .comment-item-info-wrap {
        position: absolute;
        bottom: 0;
        left: 10%;
        right: 10%;
        background-color: #fff;
        border-top-right-radius: 1.25rem;
        border-top-left-radius: 1.25rem;
    }

    .section-comment .comment-item-info-wrap-inner {
        padding: 2rem;
        width: 100%;
        height: 100%;
    }

    .section-comment .comment-item-info-wrap-inner::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 32px;
        border-bottom-left-radius: 20px;
        z-index: -1;
        box-shadow: -1px 16px 0 #fff;
        bottom: 0;
        right: -32px;
    }

    .section-comment .comment-item-info-wrap-inner::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 32px;
        border-bottom-right-radius: 20px;
        z-index: -1;
        box-shadow: 1px 16px 0 #fff;
        bottom: 0;
        left: -32px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .section-comment .section-comment-wrap::before {
        top: 10%;
        height: 50px;
    }

    .section-comment .section-comment-title {
        top: 5%;
        left: 4rem;
    }

    .section-comment .comment-item-info {
        flex: 0 0 55%;
    }
}