
:root {
    --light: #EFF5F9;
    --beforeprimary:#fbe9f4;
    --primary: #e77ebd;
    --afterprimary: #db3d9c;
    --dark: #c22483;
    --secondary: #811857;
}

.about-us{
    margin-top: 100px;
}
.bg-primary {
    background-color: var(--afterprimary) !important;
}
.btn-dark{
    background-color: var(--secondary) !important;
}
.border-primary {
    border-color: var(--secondary) !important;
}

.team-item{
    border-radius: 0 !important;
}
.aboutus{
    direction: rtl;
}
.aboutus h2{
    font-size: 40px !important;
}
.aboutus h5{
    font-size: 13px !important;
}
.display-4{
    font-size: 32px;
}
.display-5{
    font-size: 28px;
}
.owl-carousel .owl-item img {
    height: 100% !important;
}
.team-item{
    border: 2px solid #c22483;
    background-color: #c22483;

}
.team-img{
    border: 1px solid white;
    margin: 38px;
    height: 200px !important;
}
.team-text{
    text-align: center;
    color: white;
    background-color: #c22483;
    font-family: yekan !important;
}
.team-text-name{
    font-size: 20px;
    background-color: #c22483;
}
.team-text-career{
    font-size: 18px;
    background-color: #db3d9c;
}
.team-text-des{
    padding-right: 16px;
    font-size:14px;
    background-color: #c22483;
    padding-left: 25px;
}
.align-center{
    text-align: center !important;
}
@media only screen and (max-width: 700px) {
.about-us{
    margin-top: 6rem !important;
}
    .owl-carousel .owl-item img {
        height: 400px !important;
    }
}
p{
    line-height: 1.8 !important;
}