/* Extra small devices (phones, less than 768px) */

@media (max-width:575px) {

    .logo-footer {
        text-align: center !important;
    }
}

/* small */

@media (min-width:545px) and (max-width: 767px) {
    .logo-footer {
        text-align: center !important;
    }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width:1199px) {}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

    .txt-home {
        margin-top: -370px;
    }

}
