@media screen and (max-width: 600px) {
    body>section.section1.d-flex {
        background-image: none !important;
        background-color: #204a45;
    }
}

.section8 {
    text-align: center;
    padding: 2.5em 0;
    background: #fa9800;
    clear: both;
}

.comp-section h3 {
    color: #fff !important;

}

.borders {
    border-right: 1px solid #fff;
    /* margin-bottom: 5px; */

}

.borders h3 {
    font-size: 15px;
    text: center;
}

@media (max-width: 767px) {
    .ban-form {
        margin-top: 44px;

    }

    .section2picture img {
        margin-top: -13px;
    }

    .padds .py-5 {
        padding: 0px !important;
    }
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}