#about {
padding-bottom: 3rem;
background-color: var(--second-grey);
}
#about .big_title {
background-color: #EAECED;
}
.about_box {
width: 70%;
}
.about_box p {
line-height: 1.7;
padding: .5rem 0;
} @media all and (max-width: 850px) {
.about_box {
width: 80%;
}
}
@media all and (max-width: 750px) {
.about_box {
width: 85%;
}
}
@media all and (max-width: 480px) {
.about_box {
width: 90%;
}
}