.testimonial-inner > img {
    height: 160px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    position: relative;
}
.testimonial-inner .excerpt {
    padding: 5px 20px 0 15px;
    color: #fff;
    min-height: 190px;
}
.testimonial-inner .testimonial-footer.text-left {
    margin: 0;
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.avatar {
    text-align: center;
}
.avatar img {
    margin: -36px auto 0 auto;
    position: relative;
    border-radius: 50%;
}
.default .style-1 .avatar img {
    border:4px solid #03A2DC;
}
.default .style-2 .avatar img {
    border:4px solid #03589A;
}
.default .style-3 .avatar img {
    border:4px solid #042F6A;
}
.featured .style-1 .avatar img, .featured .style-2 .avatar img, .featured .style-3 .avatar img {
    border: 5px solid #fff;
    box-shadow: 0px -8px 1px 0px #044587;
}
.featured .flex.flex-justify-center {
    justify-content: space-between;
}
.featured .flex-item {
    display: flex;
    width: 48%;
    border: 5px solid #044588;
    border-radius: 18px;
}
.featured .testimonial-inner {
    background-color: #fff;
    border-radius: 15px;
}
.featured .testimonial-inner .testimonial-footer.text-left {
    color: #03458A;
}
.featured .testimonial-inner .excerpt {
    color: #03458A;
    min-height: 140px;
}
.section-title.orange {
    background: #FF801E;
    display: inline-block;
    padding: 5px 40px;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 60px;
}
.testimonial-inner.no-top-fi {
    border-radius: 15px;
    margin-top: 30px;
}
.testimonial-inner {
    border-radius: 0 0 15px 15px;
    position: relative;
    padding-bottom: 50px;
}
span.testimonial-name {
    font-size: 16px;
    font-weight: 700;
}
@media(max-width: 767px){
    .testimonial-inner {
        margin-bottom: 35px;
    }
    .testimonial-inner .excerpt {
        min-height: auto;
    }
    .featured .flex.flex-justify-center {
        flex-direction: column;
    }

    .featured .flex-item {
        width: 100%;
    }
    .section-title.orange {
        display: table;
        font-size: 32px;
        margin-left: auto;
        margin-right: auto;
    }
}