.fadeInUp .row .child h5{
    color: rgb(249, 198, 31);
    font-size: 25px;
    margin-bottom: 20px !important;
    font-weight: normal !important;
}

.fadeInUp .child{
    padding-top: 20px;
}

.fadeInUp .row .child .testimonial-text{
    border: 2px solid #4d4d4d;
    border-style: inset;
    border-radius: 0 10px 0 10px !important;
}

.fadeInUp .row .child .testimonial-text p{
    color: black;
}

@media (max-width: 768px) {
    .fadeInUp .row .child h5{
        font-size: 15px;
        margin-bottom: 20px !important;
        font-weight: normal !important;
    }

    .fadeInUp .articles-title{
        margin-bottom: -20px !important;
    }
}