.isa__testimonial_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
}

.isa__testimonial_icon {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 25px;

    & svg {
        width: 80%;
        height: auto;
    }
}

.isa__testimonial_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 25px;
}


.isa__testimonial-slider-wrapper {
    padding: 25px 10px;
}


@media (max-width: 767px) {
    .isa__testimonial-slider-wrapper {
        padding: 25px 0;
    }
}