.type_1 .customers-say-about-owl-carousel {
    color: #fff;
    font-family: "Open Sans", Sans-serif;
}

.type_1 .customer-say-about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #562F7E;
}

.type_1 .customer-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 800px;
}

.type_1 .customer-avatar {
    width: 75px;
    height: 75px;
    margin: 0px;
    flex-shrink: 0;
}

.type_1 .customer-avatar img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    aspect-ratio: 1/1!important;
}

.type_1 .customer-info {
    text-align: left;
}

.type_1 .customer-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    color: #fff;
}

.type_1 .customer-position {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
    color: #fff;
    line-height: 1.4em;
}

.type_1 .customer-testimonial {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7em;
    color: var(--e-global-color-el_color_0);
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .type_1 .customer-header {
        text-align: left;
    }

    .type_1 .customer-info {
        text-align: left;
    }
}

.type_2 .customer-say-about-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.type_2 .customer-say-about-item .customer-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    text-align: justify;
    color: #222222;
    --textColor: #222222;
    font-size: 14px;
}

.type_2 .customer-say-about-item .customer-avatar {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.type_2 .customer-say-about-item .customer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.type_2 .customer-say-about-item .customer-middle {
    flex-grow: 1;
    padding: 0 20px;
}

.type_2 .customer-say-about-item .customer-name {
    margin-bottom: 0px;
}

.type_2 .customer-say-about-item .customer-position {
    color: #666666;
    font-size: 14px;
}

.type_2 .customer-say-about-item .customer-info {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.type_2 .customer-say-about-item .customer-info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 1px;
    background-color: #E9A50E;
}

.type_2 .customer-say-about-item .customer-testimonial {
    text-align: justify;
}

.type_2 .customer-say-about-item .rating {
    color: #FFB800;
    font-size: 18px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
    min-width: 110px;
}

.type_2 .customer-say-about-item .star {
    line-height: 1;
}

@media (max-width: 900px) {
    .type_2 .customer-say-about-item .customer-content {
        flex-direction: column;
    }

    .type_2 .customer-say-about-item .customer-avatar {
        width: 150px;
        height: 150px;
    }

    .type_2 .customer-say-about-item .customer-middle {
        text-align: left;
        padding: 0;
    }

    .type_2 .customer-say-about-item .rating {
        justify-content: left;
        margin: 0;
    }
}

.type_3 .customers-say-about-owl-carousel {
    color: #222222;
    font-family: "Open Sans", Sans-serif;
}

.type_3 .customer-say-about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}

.type_3 .customer-header {
    display: grid;
    margin-bottom: 10px;
    text-align: center;
}

.type_3 .customer-avatar {
    width: 75px;
    height: 75px;
    margin: 0px auto;
    flex-shrink: 0;
}

.type_3 .customer-avatar img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    aspect-ratio: 1/1!important;
}

.type_3 .customer-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    color: #222222;
}

.type_3 .customer-position {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
    color: #222222;
    line-height: 1.4em;
}

.type_3 .customer-testimonial {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: justify;
    color: #222222;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .type_3 .customer-header {
        flex-direction: column;
        text-align: justify;
    }

    .type_3 .customer-info {
        text-align: justify;
    }
}