.swiper {
    width: 100%;
}

.swiper-slide__inner-container {
}

/* Logo slider */
.logo-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-swiper {
    display: flex;
    align-items: center;
    position: relative;
}

.logo-swiper {
    max-width: min(1640px, 96%);
    min-height: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-swiper .swiper-wrapper {
    align-items: center;
}

@media screen and (max-width:767px) {
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 2rem;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: white;
    border: 1px solid black;
}

.swiper-pagination-bullet-active {
    background-color: #3c5165;
    border: 1px solid #3c5165;
}

.swiper-slide__inner-container img {
    width: 100%;
    height: auto;
}

.swiper-pagination {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    width: auto !important;
    text-align: left;
    margin-left: 1rem;
}

@media screen and (min-width:1366px) {
    .swiper-pagination {
        margin-left: calc(max(1rem, (100% - 1640px) / 2));
        bottom: 5% !important;
    }
}

.swiper-slide__inner-container__copy {
    position: absolute;
    top: 0;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 1rem;
}

@media screen and (min-width:1366px) {
    .swiper-slide__inner-container__copy {
        margin-left: calc(max(1rem, (100% - 1640px) / 2));
    }
}