.mi-container-62db980c {
    font-family: sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.mi-top-section-62db980c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.mi-text-col-62db980c {
    flex: 1 1 500px;
}

.mi-image-col-62db980c {
    flex: 1 1 400px;
    text-align: center;
}

.mi-image-col-62db980c img {
    max-width: 100%;
    height: auto;
    border-radius: 0px; /* Removed rounded corners */
}

.mi-title-62db980c {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.mi-accent-line-62db980c {
    width: 60px;
    height: 4px;
    margin-bottom: 25px;
}

.mi-desc-62db980c {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.mi-desc-62db980c:last-child {
    margin-bottom: 0;
}

/* Bottom columns layout */
.mi-features-grid-62db980c {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.mi-feature-col-62db980c {
    flex: 1 1 calc(25% - 30px);
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Vertical separators */
.mi-feature-col-62db980c:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background-color: #CCCCCC;
}

.mi-feature-title-62db980c {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

.mi-feature-desc-62db980c {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Responsiveness */
@media (max-width: 991px) {
    .mi-feature-col-62db980c {
        flex: 1 1 calc(50% - 20px);
    }
    .mi-feature-col-62db980c:nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .mi-feature-col-62db980c {
        flex: 1 1 100%;
        padding-right: 0;
        text-align: center;
    }
    .mi-feature-col-62db980c::after {
        display: none !important;
    }
}
