/* Add custom CSS styles below */ 

.s-block--features-store::after {
    background: linear-gradient(90deg, var(--color-primary-dark) 0, rgb(200 186 164) 100.84%);
}

.s-block--fixed-banner .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.banner--fixed img{
border-radius:0px;
}

.common-questions {
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.common-questions .accordion-box {
    width: 70%;
}
.common-questions .svg-box img {
    display: none;
}
.s-block--common-questions .s-block__title {
justify-content: center;
}