#education_description
{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

#education_options
{
    max-width: 800px;
    width: auto;
    min-height: 200px;
    display: block;
    position: relative;
    padding: 25px;
    margin: 0 auto;
}
    .education_option
    {
        width: calc(100%/3);
        height: auto;
        display: inline-block;
        cursor: pointer;
    }
        .education_option img
        {
            width: 100%; height: 100%;
            z-index: 100;
        }
        .education_option label
        {
            width: 100%;
            display: block;
            text-align: center;
            font-size: 1.25em;
        }
    .education_option:hover
    {
        opacity: .85;
        font-weight: bold;
    }

#children_education_info, #youth_education_info, #adults_education_info
{
    display: none;
}
