﻿.cu-contactUs {
    /* background: rgba(0,0,0,.8) no-repeat center;
    padding: 100px 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
    display: inline-block;
    width: 100%;
    overflow: hidden; */
    background: url('/images/contactus.png') no-repeat top center;
    padding: 100px 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
    border-radius: 5px;
}

.contactTxt {
    font-size: 24px;
}

@media (max-width: 767px) {

    .contactTxt {
        font-size: 20px;
    }
}

@media (max-width: 575px) {

    .contactTxt {
        font-size: 16px;
    }
}
