.about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about>p {
    line-height: 40px;
}

.about-top>img {
    width: 45%;
}

.about-top>p {
    width: 53%;
    line-height: 40px;
}

.about-bottom img {
    height: 300px;
    width: 24%;
}

@media (max-width:1200px){
    .about {
        width: 90%;
    } 
    .about-top>img{
        width: 100%;
    }
    .about-top>p{
        width: 100%;
        font-size: .7rem;
    }
    .about-bottom img{
        width: 100%;
    }
    .about>p{
        font-size: .7rem;
    }
}