.sf-hidden {
    /* display: none !important */
}
.textSeo {
    color: #fff;
    margin-bottom: 50px;
}
.textSeo p {
    line-height: 1.55;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.mobile-logo {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-logo {
        display: block;
    }
}
@media (max-width: 767px) {
    .textSeo {
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .mb0 {
        margin-bottom: 20px;
    }
}
@media (max-width: 338px) {
    .loginbtn {
        /* display: none */
    }
}