.info_container {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-top: 40px;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

.info_title {
    font-size: 26.8px;
    line-height: 1em;
    font-weight: 500;
    color: #333;
    text-rendering: optimizeLegibility;
    vertical-align: baseline;
    outline: none;
    font-family: 'Exo 2', sans-serif;
    font-style: normal;
    margin-bottom: 40px;
}

.info_main {
    display: flex;
}

.info_l, .info_r {
    width: 50%;
}

.info_l {
    position: relative;
    padding-right: 40px;
}

.info_l::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    border-right: 2px dotted #999;
}

.info_l_text {
    color: #000;
    font-size: 19.2px;
    line-height: 23.04px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
}

.info_r_text {
    color: #555;
    font-size: 19.2px;
    line-height: 23.04px;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
}

.info_l_link1 {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.info_l_link1:hover {
    color: #9999a6;
    text-decoration: none;
}

.info_l_link2 {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.info_l_link2:hover {
    color: #9999a6;
    text-decoration: none;
}

.info_r_link2 {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.info_r_link2:hover {
    color: #9999a6;
    text-decoration: none;
}

.info_l_schedule_title {
    color: rgb(223, 31, 50);
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    font-size: 26.8px;
    text-decoration: underline;
    text-decoration-color: #555;
}

.info_l_schedule_text {
    margin-left: 60px;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    font-size: 19.2px;
    color: #555;
}

.info_l_span {
    font-family: 'Exo 2', sans-serif;
    font-size: 19.2px;
    color: #000;
}

.info_r_topmarks {
    font-family: 'Exo 2', sans-serif;
    font-size: 19.2px;
    color: #000;
    line-height: 1.2em;
}

.topmarks_container {
    display: flex;
    flex-wrap: wrap;
}

.topmark_item_img {
    width: 100px;
    height: 50px;
}

