.main-testimonial-card{
    width: 300px;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}

.main-testimonial-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.button-testimonial {
    width: 100%;
    padding: 16px;
    bottom: 0px;
    position: absolute;
    background-image: linear-gradient(to top, rgba(26, 28, 35, 1), rgba(30,30,30,0) 90%) !important;
}


.testimonial-content-hover, .testimonial-content {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.6s ease;
}



.testimonial-content-hover .testimonial-content-container, .testimonial-content .testimonial-content-container{
    padding : 24px;
}


.main-testimonial-card:hover .testimonial-content-hover , .main-testimonial-card .testimonial-content{
    height: 100%;
    bottom: 0px;
}

@media (max-width: 576.5px) {
    .main-testimonial-card{
        width: 280px;
        height: 300px;
    }

    .testimonial-content-hover .testimonial-content-container{
        padding: 24px 24px 48px 24px;
    }
}
