.gc_student_information_student_information_content_fields {
    font: inherit;
}

.gc_info_tile-info_tiles-array_info_tile-container {
    width: 35rem;
    margin-left: 2rem;
}

.gc_student_information_student_information_student_information_title {
    color: #005028;
    font-family: Oswald;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
}

.gc_student_information_student_information_student_information_text {
    font-family: Muli;
    line-height: 1.5rem;
}

.gc_student_information_student_information_student_information_text a,
.gc_student_information_student_information_student_information_text a:visited,
.gc_student_information_student_information_student_information_text a:active {
    text-decoration: underline;
    color: #003366;
    font-weight: 709;
}

.gc_student_information_student_information_student_information_text a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1320px) {
    .gc_info_tile-info_tiles-array_info_tile-container {
        width: 100%;
        margin-left: 0rem;
    }
}