/* About Section Styles */
.about {
    padding: 80px 0;
    background: url(../images/driveBox/aboutbg.jpg) no-repeat 50% / cover;
    text-align: center;
    color: #fff;
}

.about .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about__info {
    margin-top: 24px;
    max-width: 392px;
}

.about__info_title {
    font-size: 28px;
    line-height: 114%;
    margin: 0;
}

.about__info_text {
    margin-top: 16px;
    line-height: 133%;
    margin-bottom: 0;
}

.about .btn {
    margin-top: 24px;
    max-width: 392px;
}

/* Responsive */
@media (max-width: 500px) {
    .about {
        padding: 40px 0;
    }
}


