.miko-testimonial-wrapper .swiper-slide {
    height: auto;
}

.miko-testimonial-wrapper .swiper-slide .miko-testimonial-item {
    height: 100%;
}

.miko-testimonial-item {
    background-color: #F8FAFC;
    border-radius: 20px;
    padding: 46px;
    border: 1px solid #E1E4ED;
    transition: all 0.3s ease;
}

.miko-testimonial-item .star {
    color: #FFBF00;
    font-size: 12px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.miko-testimonial-item .title {
    width: fit-content;
    margin: 0 auto;
}

.miko-testimonial-item .description {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 11px;
}

.miko-testimonial-item .box-icon {
    display: flex;
    gap: 8px;
}

.miko-testimonial-item .box-icon .avatar {
    flex: 0 0 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
}

.miko-testimonial-item .box-icon .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.miko-testimonial-item .box-icon .name {
    font-weight: bold;
    font-size: 12px;
    transition: all 0.3s ease;
}

.miko-testimonial-item .box-icon .job {
    font-size: 8px;
    transition: all 0.3s ease;
}

.miko-testimonial-swiper .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 30px;    
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.miko-testimonial-swiper .swiper-button svg {    
}

.miko-testimonial-swiper .swiper-button:hover svg path {
    stroke: #ffffff;
}

.miko-testimonial-swiper .swiper-pagination {
    position: unset;
    margin-top: 10px;
}

.miko-testimonial-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(111, 111, 111, 0.2);
    width: 5px;
    height: 5px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.miko-testimonial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 33px;
    background-color: #6F6F6F;
    border-radius: 20px;
}