/* Add custom CSS styles below */ 
.got__header_search .s-search-icon-wrap {
    background-color: var(--color-primary);
}

@media (min-width: 768px) { 
.got-main_slider .got-custom_container .got-swiper_slide .got-swiper_info {
    padding-left: 20rem !important;
    left: 0;
}
section:nth-child( 2 of .got_fixedBanner) .got_fixedBanner-allContent {
    justify-content: flex-end;
}
section:nth-child( 3 of .got_fixedBanner)  .got_fixedBanner-content * {
    justify-self: center;
    text-align: center;
}
section:nth-child( 3 of .got_fixedBanner)  .got_fixedBanner-content {
    width: 100%;
    max-width: 100%;
}
}
@media (max-width: 768px) {
.got-main_slider .got-swiper_info * {
    text-align: center;
    justify-self: center;
}
 .got_fixedBanner-content * {
    justify-self: center;
    text-align: center;
}}

section:nth-child( 3 of .got_fixedBanner)  .got_fixedBanner-allContent {
    justify-content: center;
}
section:nth-child( 3 of .got_fixedBanner) a {
    background-color: unset !important;
    border: 2px solid;
}
.got-slider-section h3.text-\[\#000000\] {
    text-align: center;
}