.swiper {
    width: 90%;
    height: 420px;
    padding-bottom: 60px;
} 

.swiper-slide {
    background-color: #111112;
    border: solid 1px #316134 !important;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
    box-shadow: 0px 0px 20px 0px rgba(92, 115, 160, 0.07);
    padding: 34px;
    border-radius: 8px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.author-info, .card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.swiper-button-prev {
    background: none !important;
    color: #24C825 !important;
    left: -20px !important;
}

.swiper-button-next {
    background: none !important;
    color: #24C825 !important;
    right: -20px !important;
}


@media (min-width: 768px) {
    .swiper-button-prev {
        background: none !important;
        color: #24C825 !important;
        left: -10px !important;
    }

    
    .swiper-button-next {
        background: none !important;
        color: #24C825 !important;
        right: -10px !important;
    }

}

.swiper-button-prev:after,
.swiper-button-next:after {
   --swiper-navigation-size: 24px;
 }


.swiper-pagination-bullet-active {
    background-color: #24C825 !important;
}

.card-avatar {
    display: flex;
    justify-content: center;
}

.card-info-title {
    text-align: center;
}

.card-info-description {
    text-align: center;
}

.swiper-pagination {
    bottom: -40px !important;
}
