.tra-menu.white-scroll .wsmainfull.scroll {
    background-color: #efefed8c !important;
    height: 80px;
}

.tra-menu.navbar-light.white-scroll .scroll .wsmenu > .wsmenu-list > li > a.h-link {
    color: white;
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 50px !important;
        text-align: center !important;
    }
    .hero-section h2 {
        margin-bottom: 35px;
    }
    .wsmobileheader {
        background-color: #efefed !important;
    }
}

@media (max-width: 1024px) {
    .textfooter {
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .wsmobileheader .smllogo {
        margin-top: 0px;
    }

    .textmobile {
        text-align: center;
    }

    .divmobile {
        display: flex
        ;
            flex-flow: column;
    }
  }