.contact-us {
    background-color: #0A0B0A;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .contact-us .col-lg-4 {
        border: none !important;
    }
}