.three_column_container {
    display: flex;
    flex-direction: row;
    color: #FFFFFF;
    direction: ltr;
}

.info_column {
    height: 344px;
    width: 270px;
}

.blue {
    background-color: #047BC1;
}

.navy {
    background-color: #002B49;
}

#current_work {
    margin-left: 20px;
}

#membership {
    margin-left: 20px;
}

.info_header {
    color: #FFFFFF;
}

a.info_link {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}

a.info_link:hover {
    background-color: none;
    color: #FFFFFF;
}

.info_text {
    font-size: 16px;
    font-weight: normal;
}

.info_text:lang(es) {
    font-size: 14px;
    font-weight: normal;
}

.tiles-text-alignment {
    margin-left: 15px;
    margin-top: 18px;
    margin-right: 25px;
}

.icann_theme_home_about_gac_bottom_margin {
    margin-bottom: 44px;
}

.info_column:lang(ar) {
    height: auto;
}

@media (max-width: 768px) and (min-width: 320px) {
    .three_column_container {
        flex-direction: column;
    }

    .info_column {
        height: auto;
        width: 100%;
    }

    #current_work {
        margin-left: 0px;
        margin-top: 20px;
    }

    #membership {
        margin-left: 0px;
        margin-top: 20px;
    }

}