.company-informations--module{background:var(--white_color);border-radius:var(--border_radius_8);box-shadow:0 2px 4px 0 rgba(189,199,224,.7);padding:var(--spacer_40)}.company-informations-list{display:flex;flex-flow:wrap;margin-bottom:0}.company-informations-list-item{border-bottom:1px solid var(--accent_color);display:flex;justify-content:space-between;padding:var(--spacer_12) 0;width:calc(50% - var(--spacer_40)/2)}.company-informations-list-item:nth-child(odd){margin-right:var(--spacer_40)}.company-informations-list-item:last-child,.company-informations-list-item:nth-last-child(2){border-bottom:none}.company-informations-list-item-feature{color:var(--black_color);font-weight:700;word-break:normal}.company-informations-list-item-value{margin-left:1rem}@media (max-width:767px){.company-informations-list-item{width:100%}.company-informations-list-item:nth-child(odd){margin-right:0}.company-informations-list-item:nth-last-child(2){border-bottom:1px solid var(--accent_color)}}