/*Your comments start*/
.Your-comments1st {
    background-color: #F0F5FA;
    border-radius: var(--kp-rad);
    height: 286px;
    overflow: hidden;
    width: 100%;
}
.Your-comments1st .yc-svg1 {
    right: 35px;
    top: 70px;
}
.Your-comments1st .yc-svg2 {
    top: 32%;
    bottom: 0;
    margin: auto;
    right: 40.6%;
}
.Your-comments1st .yc-svg3 {
    bottom: 0;
    right: 25%;
}
.Your-comments1st .Yc-meta {
    width: 41.66666667%;
}
.Your-comments1st .Yc-slider {
    width: 41.66666667%;
}
.Your-comments1st .Yc-meta h2 {
    color: #0C1B43;
    z-index: 2;
    position: relative;
}
.Your-comments1st .Yc-meta p {
    color: #0C1B43;
    text-align: justify;
    max-width: 499px;
    margin-bottom: 10px;
    margin-top: 5px;
    z-index: 2;
    position: relative;
}
.Your-comments1st .Yc-slider .Yc-carousel {
    height: 119px;
    overflow: hidden;
}
.Your-comments1st .Yc-slider::before {
    content: "";
    position: absolute;
    width: 456px;
    height: 159px;
    border-radius: var(--kp-rad1);
    background-color: #E6EEF6;
    top: -20px;
    margin: auto;
    left: 0;
    right: 0;
}
.Your-comments1st .Yc-slider::after {
    content: "";
    position: absolute;
    width: 504px;
    height: 139px;
    border-radius: var(--kp-rad1);
    background-color: #D5E6F6;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
}
.Yc-carousel .swiper-slide {
    height: 118px !important;
    display: flex;
    justify-content: center;
}
.yc-card {
    height: 118px;
    width: 536px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: var(--kp-rad1);
    padding: 15px;
    justify-content: space-between;
}
.yc-card img {
    width: 96px !important;
    height: 96px !important;
    border: 2px solid #DD5C34 !important;
    border-radius: 100% !important;
    padding: 3px !important;
}
.yc-card div {
    width: 396px;
}
.yc-card div h2 {
    color: #0C1B43;
    font-weight: 800;
}
.yc-card div p {
    color: #555555;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: justify;
}
.yc-card div svg {
    top: 12px;
    left: 15px;
}
.kp-yc-buts {
    height: 69px;
    left: -11%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.kp-yc-buts .kp-yc-next, .kp-yc-buts .kp-yc-prev {
    width: 40px;
    height: 34px;
    background-color: #D5E6F6;
}
.kp-yc-buts .kp-yc-next {
    border-radius: 16px 16px 4px 4px;
}
.kp-yc-buts .kp-yc-prev {
    border-radius: 4px 4px 16px 16px;
}
/*Your comments end*/
@media(max-width: 1399px) {
    /*  Your comments start  */
    .Your-comments1st .Yc-slider::after {
        width: 400px;
    }
    .Your-comments1st .Yc-slider::before {
        width: 355px;
    }
    .yc-card {
        width: 458px;
    }
    .yc-card div {
        width: 396px;
        padding-right: 15px;
    }
    /*  Your comments end  */
}
@media(max-width: 1199px) {
    /*  Your comments start  */
    .Your-comments1st .Yc-slider::after {
        width: 400px;
    }
    .kp-yc-buts {
        left: 6%;
        top: 135px;
        bottom: unset;
        transform: rotate(90deg);
    }
    .Your-comments1st .Yc-slider {
        width: 49%;
    }
    /*  Your comments end  */
}
@media(max-width: 991px) {

    /*  Your comments start  */
    .Your-comments1st {
        height: 556px;
        flex-direction: column;
    }
    .Your-comments1st .Yc-slider {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 250px;
        flex-direction: column;
    }
    .Your-comments1st .Yc-meta {
        height: 250px;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .kp-yc-buts {
        position: static !important;
    }
    /*  Your comments end  */
}
@media(max-width: 768px) {

    /*  Your comments start  */
    .Your-comments1st .yc-svg3 {
        bottom: unset;
        right: unset;
        left: -21px;
        top: 36%;
        transform: rotate(90deg);
    }
    .Your-comments1st .yc-svg2 {
        top: 31%;
        bottom: unset;
        right: 10%;
    }
    .Your-comments1st .yc-svg1 {
        right: 49px;
        top: -29px;
    }
    .yc-card {
        width: 325px;
        height: 146px;
        align-items: flex-start;
    }
    .Your-comments1st .Yc-slider .Yc-carousel {
        height: 146px;
    }
    .Yc-carousel .swiper-slide {
        height: 146px !important;
    }
    .Your-comments1st .Yc-slider::before {
        width: 265px;
        height: 189px;
    }
    .Your-comments1st .Yc-slider::after {
        width: 293px;
        height: 168px;
    }
    .yc-card div svg {
        display: none;
    }
    .yc-card div h2 {
        font-weight: 600;
        font-size: 14px;
        line-height: 28px;
    }
    .yc-card div p {
        -webkit-line-clamp: 4 !important;
        font-size: 12px;
        line-height: 24px;
    }
    .yc-card img {
        width: 54px;
        height: 54px;
    }
    .Your-comments1st .Yc-meta h2 {
        font-size: 18px;
        font-weight: 800;
        line-height: 36px;
    }
    .Your-comments1st .Yc-meta p {
        text-align: center;
        max-width: 292px;
        font-size: 14px;
        line-height: 28px;
    }
    /*  Your comments end  */
}