.uvcol-wrapper {
    display: flex;
    max-width: var(--global_max_width);
    margin: auto;
    padding-top: 4.7em;
    padding-bottom: 4.7em;
    justify-content: space-between;
}

.uv-col-50 {
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;

}

.uv-col-50-content-wrapper {
    max-width: 650px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


.uv-invert-order .uvcol-wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.uvbg-section {

    background-repeat: repeat;
}

.uv-two-cols-title {
    text-transform: uppercase;
}

/* Carousel Styles*/
.carouse-section-swiper {
    max-width: 600px;
}

.carouse-section-swiper .swiper-button-next {
    right: 0px;
}

.carouse-section-swiper .swiper-button-prev {
    left: 0px;

}

.carouse-section-swiper .swiper-button-next::after {

    font-size: 30px;
}

.carouse-section-swiper .swiper-button-prev::after {

    font-size: 30px;
}

.uv-swiper .swiper-slide {

    padding-left: 30px;
    padding-right: 30px;
}

.uv-card-carousel-section {
    width: 100%;
    position: relative;
}

.uv-card-carousel-section::before {
    content: "";
    display: block;
    padding-top: 100%;/
}

.uv-card-carousel-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Simple Image */
.uv-simple-square-ratio {
    width: 100%;
    /* Set the width to any desired value */
    position: relative;
    max-width: 650px;

}

.uv-simple-square-ratio::before {
    content: "";
    display: block;
    padding-top: 100%;

}

.uv-simple-square-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.uv-newsletter-section{
    padding-right: 30px;
    padding-left: 30px;
}

@media(max-width: 1280px) {
    .uv-col-50-content-wrapper {

        padding-left: 40px;
        padding-right: 40px;

    }
}

@media(max-width: 768px) {
    .uv-invert-order .uvcol-wrapper {
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }

   .uvcol-wrapper {
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }

    .uv-col-50 {
        width: 100%;
    }

    .uv-col-50-content-wrapper {

        padding-top: 40px;
    }

    .uv-section-inner {
        padding-left: 1.2em;
        padding-right: 1.2em;

    }
    .uv-simple-square-ratio {
        max-width: 100%;
    }
    .uv-col-50-content-wrapper {
        max-width: 100%;
    }
    .uv-col-50-content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .uv-newsletter-home {
     
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 614px) {
    .uv-newsletter-form {
       
        padding: 40px 40px;
    }
}