.third-party {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0 1rem 0;
}

.third-party .third-top {
    color: #999999;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
}

.third-party .third-top > span {
    display: inline-block;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
    width: 12rem;
    height: 2rem;
    line-height: 2rem;
}

.third-party .third-top:before, .third-party .third-top:after {
    position: absolute;
    top: 50%;
    background: #999999;
    content: "";
    height: 1px;
    width: calc((100% - 12rem) / 2);
}

.third-party .third-top:before {
    left: 0;
}

.third-party .third-top:after {
    right: 0;
}

.third-party .third-icon {
    display: flex;
    justify-content: space-around;
}

.third-party .third-icon .third-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px 0px rgba(102, 102, 102, 0.5);
}

.third-party .third-icon .third-item > img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    cursor: pointer;
}

.third-party .third-icon .third-item > span {
    color: #666666;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.text-center {
    font-size: 0.9rem;
}

.text-center div {
    display: flex;
    justify-content: center;
}

.text-center div .message_to_school_text {
    margin: 0.7rem 0;
}

.text-center div .external-link {
    display: inline-block;
    margin: 0 0.5rem;
    color: #07647f;
    font-weight: 700;
}

.text-center div .link-here {
    margin: 0;
    margin-left: 0.3rem;
}

@media (max-width: 1560px) {
    .text-center {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .text-center {
        font-size: 0.8rem;
    }
}
