.section-testimonial{
    padding: 96px 0;
}
.section-testimonial .inner-wrapper{
    background-color: var(--color-light-blue);
    border-radius: 5px;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr calc(37% - 20px);
    overflow: hidden;
    
}
.section-testimonial .inner-wrapper .left-part{
    padding: 90px 0 90px 60px ;
    flex-grow: 1;
}
.section-testimonial .inner-wrapper .left-part svg{
    margin-bottom: 40px;
}
.section-testimonial .inner-wrapper .left-part .title{
    font-family: var(--font-campton-book);
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: var(--color-black);
    max-width: 720px;
    margin-bottom: 48px;
}
.section-testimonial .inner-wrapper .left-part .name{
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    color: var(--color-black);
    font-family: var(--font-campton);
    margin-bottom: 8px;
    display: block;
}
.section-testimonial .inner-wrapper .left-part .name:last-child{
    margin-bottom: 0;
}
.section-testimonial .inner-wrapper .left-part .locations{
    font-family: var(--font-campton);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-black);
    display: block;
}
.section-testimonial .inner-wrapper .right-part{
    position: relative;
    width: 100%;
    height: 100%;
}
.section-testimonial .inner-wrapper .right-part .img-wrapper{
    height: 100%;
    position: relative;
}
.section-testimonial .inner-wrapper .right-part .img-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/images/verticle-overlay.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    pointer-events: none;
}
.section-testimonial .inner-wrapper .right-part .img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width:768px){
    .section-testimonial{
        padding: 32px 0;
    }
    .section-testimonial .inner-wrapper .left-part{
        padding: 56px 32px 48px;
    }
    .section-testimonial .inner-wrapper{
        grid-template-columns:1fr
    }
    .section-testimonial .inner-wrapper .left-part svg{
        max-width: 40px;
        margin-bottom: 35px;
    }
    .section-testimonial .inner-wrapper .left-part .title{
        font-size: 23px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .section-testimonial .inner-wrapper .left-part .name{
        font-size: 23px;
        line-height: normal;
    }
    .section-testimonial .inner-wrapper .left-part .locations{
        font-size: 19px;
        line-height: normal;
    }
    .section-testimonial .inner-wrapper .right-part .img-wrapper::before{
        background-image:url('../../assets/images/horizontal-overlay.png');
        background-size: 100% auto;
        background-position: top center;
    }
    
}


.inner-wrapper.style2 {
    display: none;
}

.inner-wrapper-style2 {
    display: none;
}



.section-testimonial.style2 {
    background-color: var(--color-background-white);
    padding: 0;
}

.section-testimonial.style2 .container-wrapper {

    padding-left: 20px;
    margin-left: max(0px, calc((100vw - 1472px) / 2));
}


.section-testimonial.style2 .inner-wrapper {
    display: none;
}

.section-testimonial.style2 .inner-wrapper-style2 {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding-bottom: 46px;
}

.section-testimonial.style2 .inner-wrapper-style2 .tribute-card-container {
    padding-top: 103.62px;
    flex: 0 1 585px;
    min-width: 0;
}


.section-testimonial.style2 .inner-wrapper-style2 .tribute-card-container .tribute-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}


.section-testimonial.style2 .inner-wrapper-style2 .card-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
}

.section-testimonial.style2 .inner-wrapper-style2 .card-details .card-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.section-testimonial.style2 .inner-wrapper-style2 .card-details .card-feature {
    display: flex;
    align-items: flex-start;
    gap: 83px;
    align-self: stretch;
}


.section-testimonial.style2 .inner-wrapper-style2 .card-header .h-l {
    color: var(--color-black);
    line-height: 1.12;
}

.section-testimonial.style2 .inner-wrapper-style2 .card-header .body-l {
    color: var(--color-black);
    line-height: 1.455;
}



.section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item {
    display: flex;
    width: 260px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}


.section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item .body-s-bold,
.section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item .body-s-med {
    line-height: 1.412;
    color: var(--color-black);
}

.section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item ul li {
    list-style: disc;
    margin-left: 25px;
    color: var(--color-black);
}


.section-testimonial .image-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    max-width: 672px;
    height: 500px;
}


.section-testimonial .image-wrapper::before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/images/F127_s1_f34_i020-scaled-overlay.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 1;
    filter: none;
}

.section-testimonial .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-testimonial .right-container {
    position: relative;
    overflow: hidden;
    flex: 0 1 672px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.section-testimonial .tribute-details-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-testimonial .right-container .tribute-details {
    display: flex;
    width: 585px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.tribute-details .tribute-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;


}

.tribute-details .tribute-wrapper .tribute-txt {
    color: var(--color-black);
    font-family: var(--font-campton-book);
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.241;
}

.section-testimonial .address-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.section-testimonial .tribute-name {
    line-height: 1.242;
}

.section-testimonial .tribute-location {
    line-height: 1.273;
}

.section-testimonial .quote-desktop {
    display: block;
}

.section-testimonial .quote-mobile {
    display: none;
}

@media (max-width: 1024px) {

    .tribute-details .tribute-wrapper .tribute-txt {
        font-size: 26px;
    }
}

@media (max-width: 768px) {

    .section-testimonial.style2 .container-wrapper {
        padding-left: 0;
    }


    .section-testimonial .image-wrapper {
        max-width: 100%;
        width: 100%;
        height: 400px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 78px;
        padding-bottom: 0;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .tribute-card-container {
        padding-top: 48.1px;
        flex: none;
        min-width: 0;
        max-width: 390px;
        margin: 0 auto;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-header .h-l {
        line-height: 37px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-header .body-l {
        line-height: 28px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-details {
        gap: 40px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-details .card-feature {
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item {
        width: 100%;
        gap: 16px;
    }


    .section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item ul {
        gap: 6px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item .body-s-med {
        letter-spacing: -0.15px;
        line-height: 20px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .card-feature .feature-item .body-s-bold {
        line-height: 20px;
    }

    .section-testimonial.style2 .inner-wrapper-style2 .tribute-card-container .tribute-card {
        gap: 40px;
    }


    .section-testimonial.style2 .image-wrapper::before {
        background-image: url('../../assets/images/F127_s1_f34_i020-movile-overlay.png');
        background-size: 100% auto;
        background-position: top center;
    }


    .section-testimonial.style2 .right-container {
        flex-direction: column-reverse;
        overflow-y: visible;
        flex: auto;
    }

    .section-testimonial.style2 .right-container .tribute-details {
        max-width: 366px;
        margin: 0 auto 48px auto;
    }

    .section-testimonial.style2 .tribute-details .tribute-wrapper .tribute-txt {
        font-size: 23px;
        line-height: 27px;
    }

    .section-testimonial.style2 .tribute-name {
        line-height: 27px;
    }

    .section-testimonial.style2 .tribute-location {
        line-height: 22px;
    }

    .section-testimonial.style2 .tribute-details .tribute-wrapper {
        gap: 24px;
    }

    .section-testimonial.style2 .quote-desktop {
        display: none;
    }

    .section-testimonial.style2 .quote-mobile {
        display: block;
        width: 40px;
        height: 25px;
    }

    .section-testimonial.style2 .right-container {
        gap: 10px;
    }
}
