@media (max-width:767px) {
    .hide-item-on-mobile {
        display: none;
    }
}

footer .bold {
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}
footer * {
    color: #2D3F51;
}
footer .logos img {
    max-height: unset;
    width: auto;
    margin-right: 14px;
    margin-bottom: 0;
    max-height: 60px;
}

footer .logos .col-auto {
    padding-right: 0px;
}
footer .ctc p {
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: none;
    font-size: 16px;
}
footer .middle {
    align-items: baseline;
    margin-bottom: 80px;
    margin-top: 120px;
}

footer .ctc p:first-of-type, footer .ctc p:first-of-type a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #F47047;
    margin-bottom: 15px;
}
footer .ctc p a {
    font-size: 16px;
    text-decoration: none;
}
@media (max-width:1101px) {
    footer .lg-1100, footer .col-md-6.text-right {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .col-md-5 {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    footer .middle {
        margin-bottom: 20px;
        margin-top: 87px;
    }

    footer .logos {
        display: block;
    }
    footer .col-md-2 {
        width: 32.666667%;
    }
    footer .trustpilot-widget {
        text-align: center;
        display: inline-block;
        margin-bottom: 26px;
    }

    footer .ctc p:first-of-type, footer .ctc p:first-of-type a {
        margin-top: 16px;
    }
}
@media (max-width: 555px) {
    footer .col-md-2 {
        width: 100%;
    }
    footer .middle {
        margin-top: 47px;
    }
    footer .logos img {
        max-height: 44px;
    }
}
