:root {
    --clanguage-white: #FFFEFF;
    --clanguage-green: #00A443;
    --clanguage-brown: #615D5A;
    --clanguage-border: #D8CFC7;
    --clanguage-sand: #FFFAF6;
}

#clanguage {
    width: 100%;
    max-width: 980px;
    padding: 32px 16px;
    margin: 20px auto;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid var(--clanguage-border);
    background-color: var(--clanguage-white);
}

#clanguage * {
    font-family: 'IberPangea' !important;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#clanguage h2,
#clanguage h3,
#clanguage h4 {
    margin-top: 0 !important;
}

#clanguage ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#clanguage ul li:before {
    content: none !important;
    display: none !important;
}

#clanguage img {
    display: block;
    width: 100%;
}

#clanguage .clanguage_title {
    color: var(--clanguage-green) !important;
    font-size: 32px;
    line-height: 1.125;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    max-width: 575px;
    margin-right: auto;
    margin-bottom: 16px;
}

#clanguage .clanguage_title strong {
    font-weight: 600;
}

#clanguage .clanguage_item {
    border-radius: 15px;
    border: 1px solid var(--clanguage-border);
    background: var(--clanguage-sand);
    margin-bottom: 8px !important;
    padding: 16px;
}

#clanguage .clanguage_item:last-child {
    margin-bottom: 0 !important;
}

#clanguage .clanguage_item_icon {
    max-width: 60px;
    margin-bottom: 8px;
    display: block;
}

#clanguage .clanguage_item_text {
    color: var(--clanguage-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

#clanguage .clanguage_item_text strong {
    font-weight: 600;
}

@media (min-width: 700px) {

    #clanguage {
        padding: 32px;
    }

    #clanguage .clanguage_title {
        margin-bottom: 24px;
    }
    
    #clanguage .clanguage_item {
        display: flex;
        align-items: center !important;
    }
    
    #clanguage .clanguage_item_icon {
        margin-right: auto;
        margin-bottom: 0;
    }
    
    #clanguage .clanguage_item_text {
        width: calc(100% - 68px);
    }

}


@media (min-width: 1080px) {

    #clanguage .clanguage_title {
        margin-bottom: 32px;
    }

    #column-2 #clanguage .clanguage_title {
        margin-bottom: 24px;
    }
    
    #clanguage .clanguage_item {
        width: calc(50% - 4px);
        margin-bottom: 0 !important;
    }

    #column-2 #clanguage .clanguage_item {
        width: 100%;
        margin-bottom: 8px !important;
    }

    #column-2 #clanguage .clanguage_item:last-child {
        margin-bottom: 0px !important;
    }

    #clanguage .clanguage_list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #column-2 #clanguage .clanguage_list {
        display: block;
    }

}
