@media screen and (min-width: 1441px)
{
    .section-title h1 {
        background-image: none !important;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1201px)
{
    .section-title h1 {
        background-image: none !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px)
{
    .section-title h1 {
        background-image: none !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px)
{
    .section-title h1 {
        background-image: none !important;
    }
}

@media screen and (max-width: 767px){
.footer__social img{
    max-width:51px;
}
}
 
.jobs-list .row:last-child {
    display: none;
}