.mh-7b5876af-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px;
}

.mh-7b5876af-content {
    flex: 1;
}

.mh-7b5876af-desc {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #111;
}

.mh-7b5876af-img {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.mh-7b5876af-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .mh-7b5876af-container {
        flex-direction: column;
        text-align: center;
    }
    .mh-7b5876af-img {
        justify-content: center;
        margin-top: 20px;
    }
}