.MER_02 {
    padding: 1.5rem;
    background-color: white;
}

.MER_02__module {
    padding-bottom: 1.5rem;
    border-bottom: 1.5px solid #2B2E34;
    margin-bottom: 1.5rem;
}

.MER_02__videos .col-md:last-child {
    display: none;
}

.MER_02__video {
    display: block;
    position: relative;
    padding-right: 5px;
}

.MER_02__video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/play-circle.svg") no-repeat center;
    z-index: 2;
}

.MER_02__video > img {
    width: 100%;
    display: block;
}

.MER_02__expert > h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.MER_02__expert__item {
    margin-bottom: 1.5rem;
}

.MER_02__expert__item:last-child {
    margin-bottom: 0;
}

.MER_02__expert__item a {
    color: #FFB300;
}

@media (min-width: 48em) {
    .MER_02__module {
        margin-bottom: 1rem;
    }

    .MER_02__videos .col-md:last-child {
        display: block;
    }

    .MER_02__expert > h2 {
        font-size: 28px;
    }

    .MER_02__expert__item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
