section.m50_text.m50_single_text .m50_main {
display: flex;
justify-content: center;
}
section.m50_text.m50_single_text .m50_text_item {
max-width: 80%;
}
section.m50_text.m50_single_text .m50_titel_container {
margin-bottom: 15px;
}
section.m50_text.m50_single_text .m50_titel {
font-size: 2.5625rem;
}
section.m50_text.m50_single_text .m50_text_container img.icon {
margin: 0 5px;
}
section.m50_text.m50_single_text.career_item .m50_text_container strong {
font-family: 'Nexa-Bold', sans-serif;
letter-spacing: 1px;
}
section.m50_text.m50_single_text.career_item .m50_text_container p:not(:last-child) {
margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
section.m50_text.m50_single_text .m50_text_item {
max-width: 90%;
}
}
@media screen and (max-width: 575px) {
section.m50_text.m50_single_text .m50_text_item {
max-width: 100%;
}
}
@media screen and (max-width: 500px) {
section.m50_text.m50_single_text .m50_titel {
font-size: 1.5625rem;
}
}  section.m50_text.m50_multiple_texts .m50_main {
display: flex;
flex-wrap: wrap;
gap: 93px 165px;
}
section.m50_text.m50_multiple_texts .m50_text_item {
width: calc(50% - (165px / 2));
}
section.m50_text.m50_multiple_texts.drei_spalten .m50_text_item {
width: calc(31% - (165px / 2));
}
section.m50_text.m50_multiple_texts .m50_titel_container {
width: 90%;
margin-bottom: 30px;
}
section.m50_text.m50_multiple_texts h3.m50_titel {
font-size: 2.563rem;
}
@media screen and (max-width: 2199px) {
section.m50_text.m50_multiple_texts .m50_titel_container {
width: 100%;
}
section.m50_text.m50_multiple_texts .m50_main {
display: flex;
flex-wrap: wrap;
gap: 93px 140px;
}
section.m50_text.m50_multiple_texts .m50_text_item {
width: calc(50% - (140px / 2));
}
section.m50_text.m50_multiple_texts.drei_spalten .m50_text_item {
width: calc(30% - (140px / 2));
}
}
@media screen and (max-width: 991px) {
section.m50_text.m50_multiple_texts .m50_text_item {
width: 100%;
}
section.m50_text.m50_multiple_texts.drei_spalten .m50_text_item {
width: 100%;
}
}
@media screen and (max-width: 500px) {
section.m50_text.m50_multiple_texts h3.m50_titel,
section.m50_text.m50_multiple_texts .m50_titel {
font-size: 1.5625rem;
}
section.m50_text.m50_multiple_texts .m50_main {
gap: 63px 0;
}
}