.cta__yellow_banner_container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}


.cta__yellow_banner_wrapper {
    width: 300px;
    height: 350px;
}


.cta__yellow_banner_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta__yellow_banner_image img {
    opacity: 0;
    width: 100%;
    height: 350px;
}

.cta__yellow_banner_wrapper .color_change_button {
    width: 100%;
    text-align: center;
}

.cta__yellow_banner_wrapper .color_change_button h4 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cta__yellow_banner_wrapper:hover .color_change_button {
  background-position: left !important;
  transition: var(--FC-default-transition);
}



.cta__yellow_banner_slider {
    overflow: visible !important;
}


/* .cta__yellow_banner_slider .swiper-wrapper {
    transition-timing-function: linear !important; 
} */


.cta__yellow_banner_slider_button_wrapper {
    position: static !important;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:0;
    opacity: 1 !important;
}


.cta__yellow_banner_slider_button_wrapper .swiper-pagination-bullet {
    background: var(--FC-bo-black);
    transition: var(--FC-default-transition);
    width: 100%;
    border-radius: 0;
    height: 6px;
    margin: 0 !important;
    opacity: 1 !important;
}

.cta__yellow_banner_slider_button_wrapper .swiper-pagination-bullet-active {
    background: var(--FC-bo-brown);
    transition: var(--FC-default-transition);
    opacity: 1;
}








@media screen and (max-width: 500px) {

    .cta__yellow_banner_slider {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {

    .cta__yellow_banner_image img {
        height: 250px;
    }


}

