#testi_section{
	display: flex;
}
#testi_section #left_testi_section, #testi_section #right_testi_section{
	width: 50%
}
#testimonials_images img {
    /* width: 100px; */
    height: 100px;
    object-fit: contain;
    object-position: center;
    width: 25%;
    background-color: #c3c3c3;
    padding: 20px;
}

.mt-3 {
    margin-top: 15px !important;
}
.d-flex {
    display: flex !important;
}