/************************************************************Begin Responsive************************************************************************/ 
@media (min-width: 768px) and (max-width: 1200px) {
    .col-md-4 {
        width: 50%;
    } 
}

@media   (max-width: 767px) {
    .col-md-4 {
        width: fit-content !important;
    } 
    .d-flex {
        display: grid !important;
    }
}

button.btn-slider-text-dtls {
    bottom: 7px;
    position: absolute;
    left: 11px;
}

.card-body {
     padding: 8px 1rem 5rem 1rem ;
}
.section-FAQ {
    padding: 5% 0px;
}
button.btn-slider-text-dtls {
    bottom: 0;
    position: absolute;
    left: -6px;
    width: -webkit-fill-available;
    border-radius: 0 0 15px 15px;
}
 

/************************************************************End Responsive************************************************************************/ 
