.contact-us {
    margin-top: 130px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 20px;
    padding-top:20px;
    padding-bottom:20px;
}

.contact-us .h2Title {
    margin-bottom: 50px;
}

.h3Under {
    width: 50px;
    height: 1px;
    background-color: #59ABE3;
    margin: auto;
}

.contact-us span {
    font-weight: 900;
}

.contact-us p {
    margin: 10px;
}

strong, b {
    font-family: "IRANSansWeb";
}