.swiper-container {
    width: 100%;
    height: auto;
}


.customerBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    /* width: 80%; */
    height: 100%;
}

.custmerImage {
    width: 150px;
    height: 150px;
    border-radius: 500px !important;
    margin-top: 1rem !important;
}

.customer_name {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: bolder;
}

.customer_content {
    width: 70%;
    margin-top: 10px;
    font-size: 1rem;

}