 .womens_empowerment{
    display: flex; 
    flex-direction: row-reverse;
 }

 #womens_empowerment_img{
    margin-left: 40px;
 }

 .womens_empowerment_title{
    margin-top: 50px;
 }
@media only screen and (max-width: 960px) {
 #womens_empowerment_img{
    margin-left: 0px;
 }
 
 .womens_empowerment{
    flex-direction: column;
 }

 .womens_empowerment_title{
    margin-top: 0px;
 }
}

