.uk-form-danger, .uk-form-danger:focus {
    border-color: #f0506e;
}

.teacher-info {
    width: 260px;

}

@media (min-width: 1200px) {
    .teachers {
        justify-content: center;
    }
}

.scool-section-cover {
    min-height: 480px;
}

@media (min-width: 1200px) {
    .scool-section-cover {
        min-height: 564px;
    }
}

.terms-h1 {
    font-family: 'kharkivregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #E0E0E0;
    text-align: center;
}

.terms-h2 {
    font-family: 'kharkivregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #E0E0E0;
    text-align: center;
}

.terms-h3 {
    font-family: 'kharkivregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #E0E0E0;
    text-align: center;
    margin-top: 0;
}

.terms-p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #D7D7D7;
}

@media (min-width: 640px) {
    .uk-flex-row\@s {
        flex-direction: row;
    }
}

.footer-link {
    font-family: 'kharkivregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2em;
    align-items: center;
    letter-spacing: -0.3px;
    color: #767676;
    text-align: center;
    display: flex;
    justify-content: center;
    transition-duration: 0.3s;
    padding: 6px 0;
    text-decoration: underline;
}

.footer-link:hover {
    color: #999;
}