#slider-with-bg-2 > div.s-slider-block__title > div.s-slider-block__title-right,
#slider-with-bg-4 > div.s-slider-block__title > div.s-slider-block__title-right,
#slider-with-bg-6 > div.s-slider-block__title > div.s-slider-block__title-right,
#slider-with-bg-7 > div.s-slider-block__title > div.s-slider-block__title-right {
  color: #F07F33 !important; /* Replace with your desired color */
}

footer {
    background-image: url(https://i.postimg.cc/nrTkHCQm/Frame-282.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer * {
    background-color: unset !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

footer > svg {
    display: none;
}

.store-footer__inner .container > div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px;
}

.store-footer__inner .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-footer__inner .container > div:nth-of-type(1) {
    grid-column: span 1 / span 2;
}

.store-footer__inner + div {
    background: #fff0;
    max-width: 100%;
    justify-content: space-around;
}

.store-footer__inner > div a h3 {
    display: none;
}

footer .s-payments-list-item {
    background-color: #ffffff !important;
}

@media (max-width: 992px) {
    .store-footer__inner .container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* Full-width container inside fixed banner */
.index .s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}