.contact-us .contact-us__bg-image {
    top: 100px;
}

@media screen and (min-width: 1400px) {
    .contact-us > .container {
        max-width: 1265px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-us p {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .contact-us p {
        font-size: 16px;
    }
}