.contact-us {
    font-size: 0;
    box-sizing: border-box;
    padding: 30px;
    background: #f5f5f5;
    margin: 100px 0 90px;
}

.contact-us img {
    margin-top: -80px;
}

.contact-us .contact-infos {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 65px;
    color: #050202;
}

.contact-infos h4 {
    font-size: 30px;
    font-weight: normal;
    line-height: 2;
}

.contact-infos h4::after {
    display: block;
    width: 168px;
    height: 1px;
    background: #4e91ff;
    content: "";
}

.contact-infos h4::before {
    display: block;
    width: 16px;
    height: 2px;
    background: #4e91ff;
    content: "";
}

.contact-infos h5 {
    font-size: 22px;
    line-height: 3.5em;
    font-weight: normal;
}

.contact-infos p {
    font-size: 16px;
    line-height: 2em;
}

.contact-infos p:hover {
    color: #4e91ff;
}

.map {
    min-height: 500px;
    height: 40vw;
}

@media (max-width:1200px) {
    .main-container .main {
        width: 93.6%;
    }
    .contact-us {
        padding: 1.25rem 4%;
        margin: 100px 0 50px;
    }
    .contact-us img {
        margin-top: 0;
        transform: translateY(-19%);
        width: 50%;
    }
    .contact-us .contact-infos {
        width: 42%;
    }
    .contact-infos h4 {
        font-size: 24px;
    }
    .contact-infos h5 {
        font-size: 18px;
        line-height: 3em;
    }
    .contact-infos p {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .contact-us img {
        transform: translate(-12%, 14%);
    }
    .contact-us {
        padding: 1.25rem 4%;
        margin: 4% 0;
        position: relative;
    }
    .contact-us .contact-infos {
        width: 50%;
        padding: 0;
    }
}

@media (max-width:640px) {
    .contact-us img {
        transform: translate(0, 0);
        display: none;
    }
    .contact-us .contact-infos {
        width: 100%;
        padding: 0;
    }
    .map {
        min-height: 300px;
        height: 40vw;
    }
    .contact-infos h4 {
        font-size: 20px;
    }
    .contact-infos h5 {
        font-size: 16px;
    }
    .contact-infos p {
        font-size: 12px;
    }
}