.title__div{
    display: flex;
    flex-direction: column;
    color:#464646;
    font-family: 'Raleway', sans-serif; 
    width: 100%;   
}

@media screen and (min-width:768px){
    .title__div{
        flex-direction: row-reverse;    
        justify-content: space-between;  
        align-items: center;
       
    }
}
@media screen and (min-width:1024px){
    .title__div{
        flex-direction: row-reverse;    
        justify-content: space-between;  
        align-items: center;
       
    }
}