
.recent-study {
    padding-bottom: 50px;
}

.recent-study__content {
    justify-content: center;
}

.recent-study__col {
    text-align: center;
    padding: 0 50px 20px 50px;
}

.recent-study h2 {
    font-size: 32px;
    padding-bottom: 55px;
}

.recent-study h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #EAEAEA;
    margin-top: -15px;
}

.recent-study h2 span {
    background-color: #fff;
    padding: 0 15px;
}

.recent-study__col h3 {
    font-size: 38px;
    line-height: 1.2em;
    padding-bottom: 3px;
    color: #B2081B;
}

.recent-study__col p {
    font-size: 18px;
    padding-bottom: 0;
    color: #444444;
}

.image-text.bg-white + .recent-study {
    margin-top: -50px;
}

@media (min-width: 768px) {
    .recent-study__col h3 {
        font-size: 52px;
        padding-bottom: 12px;
    }
}

@media (min-width: 1200px) {
    .recent-study {
        padding-bottom: 100px;
    }

    .image-text.bg-white + .recent-study {
        margin-top: -100px;
    }
}
