/*----------------------------------
 page-about-us titr
----------------------------------*/
.titr-page-about-us {
    margin: 150px 0 40px 0;
}

.titr-page-about-us .line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titr-page-about-us h2 {
    font-family: Plasma;
    font-size: 25px;
    margin-top: 5px;
}

.titr-page-about-us img {
    width: 100px;
}

/*----------------------------------
 page-about-us content
----------------------------------*/
.content-page-about-us {
    background-color: #E2E7ED;
    padding: 40px 0;
}

.content-page-about-us .line {
    padding: 0 10px;
}

.content-page-about-us .solid-page-about-us {
    text-align: right;
    background-color: #EFF1F5;
    border: 1px solid white;
    border-top: 0;
    border-left: 0;
    box-shadow: #cad1da -1px -1px 2px 0px;
    border-radius: 10px;
    padding: 30px 100px;
}

/*----------------------------------
 ریسپانسیو 
----------------------------------*/
@media screen and (max-width: 1023px) {
    .titr-page-about-us {
        margin: 30px 0 40px 0;
    }
}

@media screen and (max-width: 1151px) {
    .content-page-about-us .solid-page-about-us {
        padding: 40px 40px;
        text-align: justify;
    }
}

@media screen and (max-width: 799px) {
    .content-page-about-us .solid-page-term-of-services {
        padding: 20px 20px;
        text-align: justify;
    }
}