
    .is-section-navbar {
        height: 120px !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .is-topbar {
        height: 120px !important;
        background-color: #fff !important;
    }

    .is-topbar .is-menu>ul>li>a:has(> img.social-icon) {
        padding-left: 5px;
        padding-right: 5px;
    }

    .is-topbar .is-menu>ul>li>a:has(> img.icon-facebook) {
        padding-left: 15px;
    }

    .is-topbar .contact-info span {
        display: inherit;
        line-height: 20px;
        font-size: 12px;
    }

    img.social-icon {
        width: 20px;
        height: 20px;
    }

    .is-photo-profile {
        max-height: 110px !important;
    }

    .who-minispa {
        border-radius: 20px;
    }

    .section-welcome,
    .section-welcome-mobile {
        margin-top: 100px !important;
    }

    .section-welcome-mobile.min-height-60,
    .section-intro-mobile.min-height-60 {
        min-height: auto !important;
    }
