.testimo {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.testimo .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
}

.testimo .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    color: #333;
}

.slide .quote-icon {
    font-size: 30px;
    color: #f15d36;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

/* swiper button css */
.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    /* background-color: rgba(0, 0, 0, 0.1); */
    transition: 0.2s;
    color: #f15d36 !important;
}

/* .nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #fff;
} */

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #f15d36 !important;
}

@media screen and (max-width: 768px) {
    .slide p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none;
    }
}

.testimo {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.slide {
    text-align: center;
    padding: 2rem;
}

.image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}


.quote-icon {
    font-size: 30px;
    color: #666;
    margin: 1rem 0;
}

.details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 1rem;
}