﻿.mhg-benefits-section {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 34px 32px 32px;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.mhg-benefits-title {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #00112c;
}

.mhg-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mhg-benefit-card {
    background: #f8f9fb;
    border: 1px solid #eeeeee;
    padding: 17px 16px 16px;
    min-height: 137px;
    box-sizing: border-box;
}

.mhg-benefit-icon {
    color: #ed1c24;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 400;
}

.mhg-benefit-card h3 {
    margin: 0 0 7px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #00112c;
}

.mhg-benefit-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #00112c;
}

@media (max-width: 767px) {
    .mhg-benefits-section {
        padding: 28px 20px;
    }

    .mhg-benefits-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
