@media (max-width: 768px) {
    body{
        padding-bottom: 0;
    }
    .filters {
        display: block;
        height: initial;
    }

    .companies-page .filters .content {
        padding-top: 190px;
        padding-bottom: 40px;
    }

    header {
        background: transparent !important;
        padding: 1em 0 !important;
        position: absolute;
    }

    .header-logo {
        width: initial !important;
        margin-bottom: 0 !important;
    }
    .companies-page .filters .content .title{
        font-size: 26px;
        line-height: 40px; /* 153.846% */
    }
    .how-it-works{
        display: block;
        padding-top: 40px;
    }
    .how-it-works-item img{
        display: none;
    }
    .how-it-works-item{
        margin-bottom: 3em;
        min-height: initial;
    }
    .clients img{
        min-height: 85px;
    }
    .go-top{
        width: 48px;
        height: 48px;
        border: 1px solid #263F6E;
        border-radius: 50%;
    }
    .btn-contact-us{
        width: 100%;
        max-width: 276px;
        height: 56px;
    }
    .clients{
        padding-bottom: 10px;
    }
}
