/* style.css */

.section-testmonials {
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #F8F8F8;
}

.swiper-wrapper {
    column-gap: 10px;
}

.name-section {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.2em;
    margin: 0;
}

.swiper-testmonials {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-testmonials .swiper-slide {
    border-radius: 10px;
    background: #fff;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.head-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-slide {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-slide img {
    border-radius: 50px !important;
}

.title-slide h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.title-slide h6 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.text-slide {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
    cursor: pointer;
}

@media (max-width: 768px) {
    .section-testmonials {
        flex-direction: column;
        align-items: flex-start;
    }
	.head-slide {
		justify-content:center !important;
	}
    .swiper-testmonials {
        width: 100%;
    }
    .header-slide {
        flex-direction: column !important;
    }
    .elementor-element-abe0358 div {
        display: flex !important;
    }
    .title-slide h4 {
        font-size: 14px;
    }
	.text-slide {
		text-align:center !important;
	}
    .swiper-testmonials .swiper-slide {
        padding: 20px;
    }
}