
.slide-one-about {
    height: 300px;
    background: url('https://mihanghab.com/assets/img/about-us.webp');
    display: flex;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-family: 'IRANSans-light';
    line-height: 2;
}

.entry-title {
    font-size: 20px;
}

.rank-math-breadcrumb {
    display: flex;
    list-style: none;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.rank-math-breadcrumb li {
    float: right;
}

.rank-math-breadcrumb p {
    padding: 0;
    margin: 0;
}

.rank-math-breadcrumb a {
    color: white;
}

.box-text {
    font-size: 13px;
    font-family: 'IRANSans-light';
    line-height: 2.6;
    text-align: justify;
    direction: rtl;
}
.contact-us-box{
    font-size: 13px;
    font-family: 'IRANSans-light';
    line-height: 2.6;
    direction: rtl;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.contact-us-page{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    list-style: none;
}
.contact-us-page a{
    color: black;
}
.contact-us-page svg{
    fill: #e2668b;
    width: 25px;
    height: 25px;
    float: right;
    margin-left: 15px;
}
