@media screen and (max-width: 1600px) {

    .about .top{
        left: 9%;
    }
}
@media screen and (max-width: 1400px) {

    .about .top{
        left:5%;
    }
}