.bg-TextImage {
    background-image: url(/assets/Images/contactus.png);
    background-size: 100% 300px;
    padding: 122px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.text-30 {
    font-size: 25px;
    margin-bottom: 0;
}
.fix-42 {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #BECAF0;
}
.resize-none{
    resize: none;
}
.w-49{
    width: 100%;
}

@media only screen and (min-width: 992px) {
.w-49 {
        width: 49%;
    }
}