/* Add custom CSS styles below */ 
.s-block--fixed-banner {
    margin-top: 0;
}
.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.al-categories .category_card {
    padding-bottom: 2rem;
}
@media (min-width:750px){
.al-categories .container {
    max-width: 50%;
}}
@media (min-width:1250px){
.al-categories .container {
    max-width: 28%;
}}
footer .s-contacts-icon svg {
    fill: #fff;
}
footer .sicon-phone-talking.text-white ,footer .sicon-mail.text-white {
    color: #c96a67;
}
.copyright-text p {
    color: #fff;
}