.section-header {
    max-width: 810px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}


@media (max-width: 768px) {
    .mobile-center {
        text-align: center;
    }
}

.text-center {
    text-align: center;
}

.text-black {
    color: #000 !important;
}

.text-white * {
    color: #fff;
}

.feature-list li a {
    color: inherit;
    text-decoration: none;
}