.msf-testimonials {
    background: #161835;
    color: #fff;
    padding: 60px 0;
}
.msf-testimonials .section-title h2,
.msf-testimonials .section-title p {
    color: #fff;
    margin-bottom: 10px;
}
/* .testimonial-item {
    margin-left: 20px;
} */
.testimonial-card {
    background: #fff;
    color:#161835;
    padding: 30px 30px 30px 40px;
    position: relative;
    min-height: 220px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}
.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background: #FFCC00;
}
.testimonial-card::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 24px solid transparent;
    border-right: 16px solid #fff;
    z-index: 222;
}
.testimonial-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    
}
.testimonial-card p,
.testimonial-card h4 {
    color:#161835;
}
.testimonial-card .author {
    margin-top: 15px;
    font-size: 14px;
}
.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #007BFF;
}
.testimonial-arrows button {
    background: #FFCC00;
    border: none;
    padding: 10px 12px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    transition: .7s;
}

.testimonial-arrows button:hover {
    background: #fff;
    color: #FFCC00;
}
.testimonial-arrows button i {
    font-size: 18px;
}
.testimonial-arrows .testimonial-btn {
    text-align: center;
}
.slider-btn-testimonial {
    text-align: center;
}
.testimonial-arrows a {
    padding-left: 25px;
    padding-right: 25px;
    width: fit-content;
}
.testimonial-card .user-info {
    display: inline-block;
}
.testimonial-card .user-info h4 {
    margin-bottom: 6px;
}
.testimonial-card .quotes i {
    font-size: 44px;
    margin-right: 15px;
}
.testimonial-btn .btn-primary:hover,
.testimonial-btn .btn-primary:focus {
    border-color: #fff;
}
@media only screen and (min-width: 768px) {
    .testimonial-arrows button {
        margin: 0 5px;
        padding: 15px;
    }
    .testimonial-arrows button i {
        font-size: 20px;
    }
    .testimonial-arrows .testimonial-btn {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-arrows button {
        margin-top: 0;
    }
    .slider-btn-testimonial {
        text-align: left;
    }
}