.content-4-quote .image-16by9 {
    padding-bottom: 78.134%;
}
.content-4-quote .image-16by9.size-contain {
    padding-bottom: 0;
}
.content-4-quote .custom_padding {
    padding: 120px 0px;
}
.content-4-quote .content_4_button {
    margin-top: 45px;
}
.content-4-quote .content_4_button a.button {
    margin: 0px;
}
.content-4-quote .quote-container {
    padding: 60px 90px;
}
.content-4-quote .quote-container > img {
    margin-bottom: 55px;
    height: auto;
    max-width: 20%;
}
.content-4-quote .quote-container p.h3style {
    color: var(--navy);
    font-style: italic;
}
.content-4-quote .quote-container .quote-info-box {
    display: flex;
    flex-direction: row;
    background-color: white;
    align-items: center;
    justify-content: flex-start;
    margin-top: 45px;
    padding: 20px;
    padding-right: 50px;
    width: fit-content;
    width: max-content;
}
.content-4-quote .quote-container .quote-info-box div:first-of-type {
    width: 80px;
    margin-right: 20px;
}


.content-4-quote .quote-container .quote-info-box div:last-of-type p {
    margin-bottom: 0;
}
.content-4-quote .quote-container .quote-info-box div:last-of-type p:first-of-type {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
.content-4-quote .quote-container .quote-info-box .image-square {
    border-radius: 50%;
}

@media(max-width: 1599.98px) {
    .content-4-quote .quote-container > img {
        width: 50px;
        max-width: 20%;
        margin-bottom: 30px;
    }
    .content-4-quote .quote-container {
        padding: 40px 60px;
    }
    .content-4-quote .quote-container .quote-info-box div:first-of-type {
        width: 70px;
    }
    .content-4-quote .quote-container .quote-info-box div:last-of-type p:first-of-type {
        font-size: 16px;
    }
    .content-4-quote .quote-container .quote-info-box {
        padding: 15px;
        padding-right: 30px;
    }
}

@media (max-width: 1199.98px) {
    .content-4-quote .custom_padding {
        padding: 90px 0px;
    }
    .content-4-quote .row.align-items-center {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: start!important;
    }
    .content-4-quote .quote-container {
        padding: 50px 40px;
    }
}
@media (max-width: 991.98px) {
    .content-4-quote .custom_padding {
        padding: 80px 0px;
    }
    .content-4-quote .quote-container {
        padding: 50px 40px;
    }
}
@media (max-width: 767.98px) {
    .content-4-quote .custom_padding {
        padding: 40px 0px;
    }
    .content-4-quote .content_4_button {
        margin-top: 30px;
    }
    .content-4-quote .order-1,
    .content-4-quote .order-xs-1 {
        margin-bottom: 30px;
    }
    .content-4-quote .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .content-4-quote .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .content-4-quote .content_4_button a.button.primary,
    .content-4-quote .content_4_button button.primary,
    .content-4-quote .content_4_button a.button.secondary,
    .content-4-quote .content_4_button button.secondary {
        width: 100%;
    }

    .content-4-quote .quote-container {
        padding: 30px;
    }
    .content-4-quote .quote-container .quote-info-box {
        margin-top: 30px;
    }

}
@media (max-width: 575.98px) {
    .content-4-quote .custom_padding {
        padding: 30px 0px;
    }
    .content-4-quote .content_4_button {
        margin-top: 20px;
    }
    .content-4-quote .order-1,
    .content-4-quote .order-xs-1 {
        margin-bottom: 15px;
    }
    .content-4-quote .quote-container {
        padding: 20px;
    }
    .content-4-quote .quote-container .quote-info-box div:first-of-type {
        width: 50px;
    }
    .content-4-quote .quote-container .quote-info-box {
        padding: 10px;
        padding-right: 25px;
    }
    .content-4-quote .quote-container > img {
        width: 40px;
        margin-bottom: 20px;
    }
}