body.elementor-maintenance-mode header,
body.elementor-maintenance-mode footer {
    display: none;
}

#logoFooter img,
#logoHeader img { 
    width: 125px;
    height: auto;
}

@media (max-width: 1024px){
    .sub-arrow svg path {
        fill: white;
    }
    .uspIcon .elementor-icon-box-icon span {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 767px){

    #logoFooter img,
    #logoHeader img {
        width: 125px;
    }

}