main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

#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: 22px!important;
}

#testimonial-cards .row {
    row-gap: 30px!important;
}

p {
    margin: 0;
}

#testimonial-cards {
    padding: 50px 20px;
}

.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;
    }

    .quote-image-container {
        text-align: center;
    }

    #testimonial-cards .column-card {
        width: 100%;
    }

    #testimonial-cards h4 {
        font-size: 20px!important;
    }
}