.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper {
    overflow: hidden !important;
    cursor: pointer;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    height: 100% !important;
}

.swiper-slide img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
    position: relative !important;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
}

.float {
    position: absolute;
    left: -500px;
}

.float img {
    max-width: 500px;
    position: relative !important;
}

.image_set img {
    position: relative !important;
    max-width: 650px;
    padding: 0 30px;
}

.slider_section {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media(max-width: 768px) {
    .swiper-slide img {
        max-width: none !important;
    }

}

.slider_section {
    min-height: 360px;
    position: relative;
}

.text_section {
    padding-left: 40px;
}

.text {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 15px;
}

.subtitle {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 20px;
}

.text p {
    margin: 0;
}

.btn {
    font-size: 15px;
    padding: 3px 20px;
    border: 0;
}

.qoute_section {
    text-align: center;
    padding: 0 15px;
}

.qoute_section p {
    margin-bottom: 5px;
}

@media(max-width: 768px) {
    .slider_section {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        row-gap: 25px;
        min-height: auto;
        align-items: baseline;
    }

    .text, .subtitle {
        padding: 0;
    }

    .text {
        font-size: 35px;
    }

    .btn {
        margin-left: 0;
    }

    .image_set img {
        padding: 0;
    }

    .text_section {
        padding-left: 0;
    }
}