.testimonial2 .testimonial-author-content a {
    color: #193164;
    font-size: 16px !important;
    font-weight: 700;
}

.blog-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-object-fit: cover;
    object-fit: contain;
}

.blog-content {
    -webkit-box-shadow: 0 0 5px #f2f2f2;
    /* box-shadow: 0 0 24px #dfdfdf; */
}