.about-title{
    font-family: Almarai-ExtraBold,sans-serif;
    font-size: 26px;
    color: var(--light-purple-color);
}
.about-title:after{
    position: relative;
    top: 26px;
    content: '';
    border-bottom: 1px solid var(--light-purple-color);
    width: 95px;
    display: block;
}
.about-text{
    font-size: 17px;
    line-height: 35px;
    color: var(--gray-color);
}
.about-img{
    width: 100%;
    border-radius: 15px;
}
.model-title h2{
    font-family: Almarai-ExtraBold, sans-serif;
    font-size: 28px;
    color: #E5B455;
}
.model-text p{
    font-size: 18px;
    line-height: 33px;
    color: var(--gray-color);
}
.why-div{
    width: 100%;
}
.why-title{
    font-family: Almarai-ExtraBold, sans-serif;
    font-size: 26px;
    color: var(--white-color);
}
.why-text{
    font-size: 19px;
    color: var(--white-color);
    line-height: 32px;
}
.main-white-line-div{
    position: relative;
    bottom: 44px;
    height: 20px;
}
.white-line-div{
    display: inline-block;
    background-color: var(--white-color);
    width: 0.1px;
    height: 90px;
    margin: auto;
    transform: rotate(90deg);
    opacity: 0.7;
}
.border-between-about{
    background-color: rgba(112,112,112,0.5);
    width: 1px;
    height: 100%;
    display: flex;
    position: absolute;
    top: 18px;
}

@media (max-width: 900px){
    .border-between-about{
        display: none;
    }
    .why-div{
        height: 150px;
    }
    .why-title{
        font-size: 15px;
    }
    .main-white-line-div{
        height: 0;
    }
    .why-text{
        font-size: 12px;
        line-height: 13px;
    }
    .read-more-button,.read-more-button:hover{
        font-size: 18px;
        margin: auto;
        width: 160px;
        height: 38px;
    }
    .register-withUs-text{
        font-size: 25px;
    }
    .login-bg-section{
        margin-top: 70px;
    }
    .login-girl-div{
        bottom: 35px;
    }
}
