.tezroq_aboutUs {
    width: 100%;
}

.tezroq_aboutUs .tezroq_aboutUsInfo {
    width: 100%;
    height: 100%;
    margin: 70px auto 60px auto;
}

.tezroq_aboutUs .tezroq_aboutUsInfo .textInfo {
    width: 53%;
}

.tezroq_aboutUs .tezroq_aboutUsInfo .textInfo .header h2 {
    color: var(--second-color);
}

.tezroq_aboutUs .tezroq_aboutUsInfo .textInfo .header a.tezroq_contact {
    display: inline-block;
    background: var(--alert-color);
    padding: 20px 25px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: border .3s ease-out;
    font-family: 16px;
    font-weight: 500;
    color: var(--second-color);
}

.tezroq_aboutUs .tezroq_aboutUsInfo .textInfo .header a.tezroq_contact:hover {
    border: 1px solid var(--second-color);
    transition: border .3s ease-out;
}

.tezroq_aboutUs .tezroq_aboutUsInfo .textInfo p {
    color: var(--second70-color);
    margin-top: 25px;
    line-height: 40px;
}

.tezroq_aboutUs .tezroq_aboutUsInfo .textInfo p span {
    line-height: 100%;
}

.tezroq_aboutUs .tezroq_aboutUsInfo .aboutUsImage {
    background-position: center;
    background-repeat: none;
    background-size: cover;
    width: 40%;
    height: 0;
    padding-top: 40%;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .tezroq_aboutUs .tezroq_aboutUsInfo {
        justify-content: center;
    }
    .tezroq_aboutUs .tezroq_aboutUsInfo .textInfo {
        width: 100%;
    }
    .tezroq_aboutUs .tezroq_aboutUsInfo .aboutUsImage {
        margin-top: 40px;
        width: 60%;
        height: 0;
        padding-top: 60%;
    }
}