.page-wrapper {
    padding: 50px 0 100px;
}

.image-media-events.inner {
    border-radius: 10px;
    overflow: hidden;
    max-height: 520px;
    padding-top: 0;
    width: 100%;
}
.image-media-events.inner img {
    object-fit: cover;
}

.education .image-media-events {
    margin-bottom: 50px;
}

.text-content {
    font-weight: normal;
    font-size: 21px;
    line-height: 32px;
    color: #737373;
    max-width: 995px;
    margin: 0 auto;
}
.text-content p:not(:last-child) {
    margin-bottom: 15px;
}

.text-content ul li {
    list-style: disc;
}
.text-content ul:not(:last-child) {
    margin-bottom: 15px;
    padding-left: 40px;
}
.btn-white-2 {
    white-space: normal;
    text-transform: none;
    border: 0;
    width: 100%;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    color: #068BBF;
    justify-content: center;
}
.students .promo-content-block .promo-content-slogan {
    padding-top: 100px;
}
.text-content + .btn-white-2 {
    margin-top: 40px;
}
.promo-content-block + .section-interactive{
    padding: 100px 0 50px;
}
.gray-block {
    padding: 30px;
}

.gray-block__title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #0D0D0D;
}

.text-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 15px;
}
.gray-block .text-content {
    max-width: none;
}
.text-content h3 span {
    font-weight: normal;
}
.line {
    margin: 30px 0;
    border: 0;
    border-top: .5px solid #E5E5E5;
}
.gray-block {
    margin-top: 30px;
}
.research-pane_btn a {
    white-space: nowrap;
}
.title-block-small {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #068BBF;
    margin-bottom: 15px;
}

.topic_logo {
    position: relative;
}

.topic_logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%), url(.jpg);
    border-radius: 10px;
    z-index: 1;
    display: none;
    align-items: center;
    justify-content: center;
}
.head-image {
    position: relative;
}
.head-image__logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.media-article.photo .body-content {
    padding: 0 0 15px 0;
}
.media-article.photo .head-image {
    margin-bottom: 20px;
}
article.media-article h3 {
    line-height: 30px;
}
.media-article.photo {
    box-shadow: none;
}
.section_title-wrap {
    text-align: center;
}
.topic.checked .topic_logo-overlay{
    display: flex;
}