.nriTestimonials section {
    padding: 50px 0px;
}

.nriTestimonials .container {
    margin-bottom: 20px;
}

.nriTestimonials h2 {
    color: #233253;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 26px;
}

.nriTestimonials .subHeading {
    color: #233253;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 18px;
}

.nriTestimonials .swiper  {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nriTestimonials .testimonialCard {
    background-color: #FFFFFF;
    padding: 15px 0px;
    box-shadow: 0px 4px 8px 0px #00000014;
}

.nriTestimonials .testimonialCard__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 20px 15px;
    border-bottom: 1px dashed #0083C3;
}

.nriTestimonials .testimonialCard__profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F2F2F2;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nriTestimonials .testimonialCard__profile1 img {
    width: 100%;
    height: auto;
}

.nriTestimonials .testimonialCard__name {
    color: #233253;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
}

.nriTestimonials .testimonialCard__description {
    color: #888888;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding: 0px 20px;
    margin: 10px 0px;
    height: 200px;
    overflow-y: auto;
    text-align: left;
}

.nriTestimonials .testimonialCard__date {
    color: #233253;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    padding: 0 20px;
}

.nriTestimonials .swiper-wrapper {
    margin-bottom: 40px;
    margin-left: 15px;
}

.nriTestimonials .swiper-container-horizontal>.swiper-scrollbar {
    position: static;
    width: 100%;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.nriTestimonials .swiper-scrollbar-drag {
    background: #3068B4;
}

@media screen and (max-width:768px) {
    .nriTestimonials section {
        padding: 20px 0px;
    }

    .nriTestimonials h2 {
        font-size: 24px;
    }

    .nriTestimonials .testimonialCard__description {
        height: 250px;
    }
}

