/*----------------- Categories ----------------*/
.s-block__title h2
{
    font-size: 1.45rem;
}
/*------------- End of Categories -------------*/


/*-------------------- Footer -----------------*/
.sbc-certificate p,
.md\:mb-0
{
    color: #000 !important;
    font-weight: 600 !important;
}

.s-social-link a svg,
.s-contacts-icon svg
{
    fill: #000;
}

.s-social-link a[title=instagram]
{
    background: #e1306c;
}

.s-social-link a[title="snapchat"]
{
    background: #fffc00;
}

.s-social-link a[title="snapchat"] svg
{
    fill: #000;
}

.s-social-link a[title=tiktok]
{
    background: #000;
}

.s-social-link a[title="facebook"]
{
    background: #1877f2;
}

.s-contacts-item[href*="wa.me"]
{
    background-color: #25d366;
}

.s-contacts-item[href^="tel:"]
{
    background: #3c723e;
}

.s-contacts-item[href^="mailto:"]
{
    background-color: #d44638;
}
/*----------------- End of Footer -------------*/

/*---------------- Mobile Screens -------------*/
@media only screen and (max-width: 767px)
{ 

    /*----------------- Header ----------------*/
    
    /*----------------- Banner ----------------*/

    /*--------------- Categories --------------*/
    .s-block__title h2
    {
        font-size: 1.25rem;
    }