.it-about-us{
  /*  margin-top: 66px;*/
}
.about-us-title{
    font-size: 18px;
    font-size: 1.125rem;
    color: #7d7d7d;
}
.about-us-p{
    font-size: 14px;
    font-size: 0.875rem;
    color: #fefefe;
    line-height: 22px;
    text-align: justify;
    margin-top: 16px;
}
.width-100{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    transform: translateY(16px);
}
.about-us-svg{
    background: url('/assets/icons/illustration_1.svg') no-repeat center;
    width: 92.18%;
    height: 190px;
}
.facilty-about-us{
    background: #242424;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.about-us-title.facility{
    text-align: center;
    padding-top: 32px;
}
.about-us-p.facility{
    margin: 16px;
    padding-bottom: 16px;
}
.facilty-about-us.silder{
    margin-top: 16px;
    width: 100%;
    height: 228px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 3px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-about-us{
    background: url('/assets/logo/irantic_logo_light.svg') no-repeat center;
    width: 72.88%;
    height: 60px;
}
.silder-pagination-div{
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 30px;
}

.blue-title{
    text-align: center;
    color: #4CA4F3;
    font-size: 18px;
    font-size: 1.125rem;
}
.term-head {
    text-align: center;
    margin-bottom: 36px;
    color: #7D7D7D;
    font-size: 22px;
    padding-top: 15px!important;
}

.terms-text {
    line-height: 34px;
    text-align: justify;
    color: #fefefe;
}
