.mmit-main-sections {
    margin-top: 52px;
    margin-bottom: 52px;
    font-family: "Montserrat", "Arial", sans-serif;
}
.mmit-main-sections h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 32px;
    line-height: normal;
    font-family: "Montserrat", "Arial", sans-serif;
}
.mmit-main-sections__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -1%;
    /*border-radius: 4px;*/
    /*overflow: hidden;*/
}
.mmit-main-sections__item {
    width: 100%;
    max-width: 31.3%;
    margin: 1%;
    height: 457px;
    position: relative;
}
.mmit-main-sections__item::after {
    display: block;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0.9deg, #000000 15.38%, rgba(30, 30, 30, 0) 91.02%);
    z-index: 1;
}
.mmit-main-sections__img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mmit-main-sections__title {
    position: absolute;
    bottom: 48px;
    left: 43px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    z-index: 2;
    width: calc(100% - 86px);
    letter-spacing: normal;
}
.mmit-main-sections__item--delivery {
    background-color: #232128;
}
.mmit-main-sections__item--delivery .mmit-main-sections__img {
    background-size: 60%;
}
@media all and (max-width: 1200px) {
    .mmit-main-sections__item {
        max-width: 48%;
    }
    .mmit-main-sections__title {
        font-size: 32px;
    }
}
@media all and (max-width: 991px) {
    .mmit-main-sections__title {
        font-size: 28px;
        line-height: 38px;
    }
    .mmit-main-sections__item {
        height: 378px;
    }
}
@media all and (max-width: 768px) {
    .mmit-main-sections__item {
        height: 274px;
    }
    .mmit-main-sections__title {
        bottom: 28px;
        left: 20px;
        font-size: 20px;
        line-height: normal;
        width: calc(100% - 40px);
    }
}
@media all and (max-width: 640px) {
    .mmit-main-sections__title {
        font-size: 16px;
        bottom: 11px;
        left: 11px;
        width: calc(100% - 22px);
    }
    .mmit-main-sections__item--delivery {
        height: unset;
        max-width: unset;
    }
    .mmit-main-sections__item--delivery::after {
        display: none;
    }
    .mmit-main-sections__item--delivery .mmit-main-sections__img {
        background: none;
    }
    .mmit-main-sections__title {
        position: static;
        text-align: center;
        width: unset;
        padding: 16px 0;
    }
}
@media all and (max-width: 400px) {
    .mmit-main-sections__item {
        height: 154px;
    }
}
/*.mmit-main-sections__item {*/
/*    display: flex;*/
/*    align-self: stretch;*/
/*    justify-self: stretch;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    max-width: 33.3333%;*/
/*    min-height: 200px;*/
/*    border: 1px solid #e2e2e2;*/
/*    margin-bottom: -1px;*/
/*    margin-right: -1px;*/
/*    overflow: hidden;*/
/*}*/
/*.mmit-main-sections__item:hover {*/
/*    border: 1px solid #e2e2e2;*/
/*}*/
/*.mmit-main-sections__item:nth-child(1) {*/
/*    border-top-left-radius: 4px;*/
/*}*/
/*.mmit-main-sections__item:nth-child(3) {*/
/*    border-top-right-radius: 4px;*/
/*}*/
/*.mmit-main-sections__item:nth-child(7) {*/
/*    border-bottom-left-radius: 4px;*/
/*}*/
/*.mmit-main-sections__item:last-child {*/
/*    border-bottom-right-radius: 4px;*/
/*}*/
/*.mmit-main-sections__item:nth-child(7),*/
/*.mmit-main-sections__item:nth-child(8),*/
/*.mmit-main-sections__item:nth-child(9)*/
/*{*/
/*    margin-bottom: 0;*/
/*}*/
/*.mmit-main-sections__img {*/
/*    width: 100%;*/
/*    max-width: 50%;*/
/*    align-self: stretch;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*    border-right: 1px solid #e2e2e2;*/
/*    transition: transform 0.2s ease;*/
/*}*/
/*.mmit-main-sections__title {*/
/*    padding: 12px;*/
/*    width: 100%;*/
/*    max-width: 50%;*/
/*    align-self: stretch;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.mmit-main-sections__title h3 {*/
/*    font-size: 24px;*/
/*    color: #424242;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*}*/
/*@media all and (max-width: 991px) {*/
/*    .mmit-main-sections__item {*/
/*        max-width: 50%;*/
/*    }*/
/*    .mmit-main-sections__item:nth-child(3) {*/
/*        border-radius: 0;*/
/*    }*/
/*    .mmit-main-sections__item:nth-child(2) {*/
/*        border-top-right-radius: 4px;*/
/*    }*/

/*}*/
/*@media all and (max-width: 740px) {*/
/*    .mmit-main-sections h2 {*/
/*        font-size: 28px;*/
/*    }*/
/*    .mmit-main-sections__title h3 {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/
/*@media all and (max-width: 640px) {*/
/*    .mmit-main-sections__item {*/
/*        max-width: unset;*/
/*    }*/
/*    .mmit-main-sections__item:nth-child(1) {*/
/*        border-top-left-radius: 4px;*/
/*    }*/
/*    .mmit-main-sections__item:nth-child(2) {*/
/*        border-radius: 0;*/
/*    }*/
/*    .mmit-main-sections__item:nth-child(7) {*/
/*        border-radius: 0;*/
/*    }*/
/*    .mmit-main-sections__item:last-child {*/
/*        border-bottom-left-radius: 4px;*/
/*    }*/
/*}*/