.about {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 80px;
}
.about h2 {
    display: block;
    text-align: center;
}
.about p {
    margin-bottom: 22px;
    text-align: center;
}
.about__content {
    position: relative;
}
.about .slick-slide:not(:last-child) {
    margin-right: 20px;
}

@media (max-width: 800px) {
    .about {
        margin-bottom: 60px;
    }
}