
#testimonials-title{
    background-color: black;
    position: absolute;
}


h3.display-3.mb-4.wow.fadeInDown {
    color: #fff;
}


.card {
    position: relative;
    border: none;
    overflow: hidden;
}
.card-text{
    font-size: 14px;  
}
.card img {

    width: 100%;
    height: auto;
    display: block;
}
.card-body {

    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) ;
    width: 100%;
    background:#1fbcb1e4;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
