
.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;
}
video{
    width: 100%;
    height: 450px;
    margin: auto;
    display: block;
    padding: 0;
    object-fit: cover;
    float: right;
}
.contact-us-box {
    padding-top: 15px;
}
