@media (max-width: 576px) {
    html, body {
        background-size: auto;
        background-position: top center;
    }
    .counter-item {
        margin-right: 18px!important;
        width: auto!important;
    }
    .counter-item.last {
        margin-right: 0!important;
    }
    .counter .counter-item .number {
        padding: 16px!important;
        font-size: 38px!important;
        line-height: 38px!important;
        min-width: auto!important;
    }
    .subscribe {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .subscribe form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .subscribe_email-label {
        width: 100%;
    }
    .subscribe input {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
    .footer {
        padding: 32px 16px!important;
        background: #000000;
        position: relative;
    }
    .footer a {
        font-size: 14px;
        line-height: 16px;
    }
    .footer-row {
        height: auto;
    }
}
@media (max-width: 768px) {
    /*md equivalent*/
    /*put your class here*/
}
@media (max-width: 992px) {
    /*lg equivalent*/
    /*put your class here*/
}
@media (max-width: 1200px) {
    /*xl equivalent*/
    /*put your class here*/
}