/* Add here all your CSS customizations */

@media(max-width:600px) {
    .section_testimonial .card-body {
        padding: 1rem;
    }
    .text-4 {
        font-size: 1em !important;
    }
    .text-2-3,
    .text-2-5 {
        font-size: .80em !important;
    }
}