section.general-content h1 p {
    font: inherit;
    color: inherit;
    text-align: center;
}
section.general-content h1 {
    margin: 0;
}
section.general-content .content {
    text-align: left;
    margin: 29px 0 0;
}
section.general-content .container {
    max-width: 1040px;
}
section.general-content {
    text-align: center;
    padding: 40px 0;
}
@media (max-width: 1199.98px) {
    section.general-content .container {
        max-width: 960px;
    }
}
@media (max-width: 767.98px) {
    section.general-content {
        padding: 40px 0 20px;
    }
}