.contact-us {
    /* background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    background-color: #2e0249;
    padding: 100px 0 100px;
}

.loginnLeftImg{
    width: 400px;
}

@media (min-width:0px) and (max-width:576px) {
    .loginnLeftImg{
        width: 100%;
    }
}