.fullWidth .Article__inner {
    max-width: 100%;
    padding: 0;
}

.mmt-meeting-list {
    padding: 25px 0 60px 0;
    background: #f2f5f7;
}

.mmt-mdp-about .mmt-meeting-list,
.mmt-mdp-about .fullWidth .Article:nth-last-child(1) {
    background: #f7b9a1;
}

.mmt-mdp-about .fullWidth h2 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 35px 0 35px;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
}

.mmt-ml-meetings {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    list-style-type: none;
}

.templateHome .mmt-meeting-list {
    padding-top: 60px;
    background: #f7b9a1;
}

.mmt-ml-meetings li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.mmt-ml-meetings li a {
    color: #000;
    background: #fff;
}

.mmt-ml-meetingImage,
.mmt-ml__coverPhoto {
    position: relative;
    width: 100%;
    height: 200px;
}

.mmt-ml__coverPhoto {
    background: #a45739 url(../../../../../img/logo_white.svg) center center no-repeat;
    background-size: 80%;
}

.mmt-ml__locationTown {
    position: absolute;
    left: 24px;
    bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-indent: 35px;
    color: #fff;
    background: url(../../../img/icon_location_white.svg) left center no-repeat;
}

.mmt-ml-meetingDetails {
    position: relative;
    height: 246px;
    padding: 20px 24px;
    border-bottom: 4px solid #e9e9e9;
    background-color: #fff;
    overflow: hidden;
}

.mmt-ml-meetingDetails h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.mmt-ml__meetingDate {
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 14px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 1px;
    background-color: #f7b9a1;
    color: #a45739;
}

.mmt-mdp-tag {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 14px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #036da0;
    background-color: #dbe6ec;
}

.mmt-ml__meetingDescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.mmt-ml-moreMeetingsWrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
    text-align: center;
}

.mmt-ml-moreMeetings {
    padding: 8px 20px;
    border-radius: 25px;
    border: 2px solid #a45739;
    color: #a45739;
    font-weight: 600;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.mmt-ml-moreMeetings:hover {
    background-color: #a45739;
}

@media screen and (min-width: 580px) {
    .mmt-ml-meetings li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
        padding: 0 15px;
    }
}

@media screen and (min-width: 1140px) {
    .mmt-ml-meetings li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
