.hero {
    padding: 160px 0 80px !important;
}
.text-center {
    text-align: center !important;
}
.section-title h2 {
    margin-bottom: 0!important;
}
.h800-image img {  
    height: 810px;
}
 .feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.feature-list li {
    width: calc(45% - 15px);
    font-size: 16px;
    line-height: 1.5;
}

/* Mobile - Single Column */
@media (max-width: 576px) {
    .feature-list li {
        width: 100%;
    }
}