section.m40_two_images_and_text .m40_image {
height: 657px;
border-radius: 20px;
width: 100%;
}
section.m40_two_images_and_text picture {
display: flex;
width: 100%;
}
section.m40_two_images_and_text .mM_row {
gap: 0 30px;
}
section.m40_two_images_and_text .m40_galerie_container {
display: flex;
}
section.m40_two_images_and_text .m40_galerie_wrapper.mM_col_50 {
width: calc(50% - (30px / 2));
}
section.m40_two_images_and_text .m40_galerie_right_wrapper {
margin-top: 101px;
}
section.m40_two_images_and_text .m40_titel_container {
margin-top: 73px;
}
section.m40_two_images_and_text .m40_titel {
line-height: 1.2;
text-transform: uppercase;
}
section.m40_two_images_and_text .m40_text_container {
margin-top: 80px;
max-width: 85%;
}
section.m40_two_images_and_text .m40_galerie_container {
border-radius: 20px;
}
@media screen and (max-width: 1399px) {
section.m40_two_images_and_text .m40_text_container {
max-width: 100%;
}
section.m40_two_images_and_text .m40_image {
height: 457px;
}
}
@media screen and (max-width: 767px) {
section.m40_two_images_and_text .m40_galerie_wrapper.mM_col_50 {
width: 100%;
}
section.m40_two_images_and_text .m40_text_container {
margin-top: 0;
margin-bottom: 50px;
}
section.m40_two_images_and_text .m40_titel_container {
margin-top: 53px;
}
section.m40_two_images_and_text .m40_galerie_right_wrapper {
display: flex;
flex-direction: column-reverse;
margin-top: 0;
}
}
@media screen and (max-width: 475px) {
section.m40_two_images_and_text .m40_image {
height: 357px;
}
}
@media screen and (max-width: 375px) {
section.m40_two_images_and_text .m40_image {
height: 277px;
}
}