.mit-wrapper-4d2bb65a {
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 12px;
    font-family: sans-serif;
    text-align: center;
}

.mit-header-4d2bb65a {
    margin-bottom: 40px;
}

.mit-subtitle-4d2bb65a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.mit-title-4d2bb65a {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.3;
    margin-bottom: 20px;
}

.mit-icon-4d2bb65a {
    font-size: 36px;
    color: #999;
    margin-top: 15px;
}

.mit-icon-4d2bb65a svg {
    width: 36px;
    height: 36px;
    fill: #999;
}

.mit-cards-grid-4d2bb65a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mit-card-4d2bb65a {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mit-card-title-4d2bb65a {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.mit-card-desc-4d2bb65a {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.mit-card-btn-4d2bb65a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: auto;
}

.mit-card-btn-4d2bb65a:hover {
    background-color: #333;
    color: #fff;
}

@media (max-width: 767px) {
    .mit-cards-grid-4d2bb65a {
        grid-template-columns: 1fr;
    }
    .mit-wrapper-4d2bb65a {
        padding: 20px;
    }
    .mit-title-4d2bb65a {
        font-size: 26px;
    }
}
