.zero-padding {
    padding: 0 !important;
}

@media (max-width: 350px) {
    .our-services-section .sidebar {
        padding: 0;
    }
}
/**     Resources    */
.our-resources-section {
    background: linear-gradient(#d6e7f0 20%, #8ab7e0);
}

.our-resources-fleet-bg {
    background-image: url("../images/our-resources-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 100%;
}

@media (min-width: 1106px) {
    .our-resources-fleet-bg {
        min-height: 700px;
    }
}
@media (max-width: 956px) {
    .our-resources-fleet-bg {
        min-height: 400px;
    }
}
@media (max-width: 576px) {
    .our-resources-fleet-bg {
        min-height: 220px;
    }
}
/**     */
.iso-logo {
    padding: 20px 0;
}
