#hero-testimonials {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}
#hero-testimonials .row {
    height: 500px;
}
#testimonial-cards .quote-image-container img{
    width: 50px !important;
}

#testimonial-cards .quote-image-container{
    /* margin-top: 15px; */
    margin-left: -15px
}

.column-card {
    border: 3px solid var(--forange);
    padding: 20px;
}

#testimonial-cards i {
    font-size: 35px;
}

#testimonial-cards .n-title {
    line-height: 24px!important;
    /* color: var(--fdgreen); */
}

#testimonial-cards h4 {
    font-size: 18px!important;
    color: var(--black);
}

#testimonial-cards .row {
    row-gap: 30px!important;
}

p {
    margin: 0;
}

.testimonial-person-name h4 {
    text-transform: uppercase;
}

@media screen and (min-width: 576px) {
    #testimonial-cards .testimonial-image-container img{
        width: 60px !important;
    }
}

@media screen and (max-width: 575px) {
    #testimonial-cards .testimonial-image-container img{
        width: 100px !important;
    }
}

@media screen and (max-width: 980px) {
    .testimony p {
        margin-bottom: 0!important;
    }
    #testimonial-cards .row {
        display: block!important;
    }
    #testimonial-cards .col-lg-6 {
        padding: 0;
    }
    #testimonial-cards .col-lg-6:first-child {
        margin: 0!important;
    }
    #hero-testimonials .row {
        padding-top: 92px;
    }
    .quote-image-container {
        text-align: center;
    }
    #hero-testimonials .hero-section {
        width: unset !important;
    }
    #hero-testimonials .hero-section .col {
        padding: 0 15px;
    }
    #testimonial-cards .column-card {
        width: 100%;
    }
}