.language_boxes > .container > .title {
    font-size: 1.5em;
    margin-bottom: 0.656rem;
    font-weight: 900;
    color: #272e2b;
    font-family: 'Lato', sans-serif;
    margin-top: 5px;
    float: left;
    margin-right: 15px;
}

.language_boxes .term_boxes {
    margin-top: 10px;
    margin-bottom: 10px;
}

.language_boxes .box {
    padding: 5px 10px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.language_boxes .box .box_icon {
    margin-right: 5px;
}

.language_boxes .box .box_icon svg {
    margin-top: -2px;
}




@media( max-width: 1024px ){
    .language_boxes {
        display: none2;
    }
}