.about{
    width: 1280px;
    margin: 0 auto;
}
.about-title{
    font-size: 35px;
    margin: 30px 0px;
}
.about-img{
    margin-bottom: 30px;
}
.about-img img{
    max-width: 70%;
}
.about-text{
    margin-bottom: 30px;
    max-width: 70%;
}
.about-subtitle{
    margin-bottom: 5px;
    font-weight: bold;
}
.half-enter{
    height: 5px;
}

@media screen and (max-width: 600px) {
    .about{
        width: 100%;
        padding:0px 15px ;
        box-sizing: border-box;
    }
    .about-title{
        font-size: 18px;
    }
    .about-text{
        max-width: 100%;
    }
    .about-img img{
        max-width: 100%;
    }

}