.cms_t50_box { position: relative; display: flex; gap: 30px; width: 100%; }
.cms_t50_text { width: 50%; padding: 75px 0 0 0; }
.cms_t50_imgContainer { width: 50%; }
.cms_t50_box_reverse .cms_t50_imgContainer { order: -1; }
.cms_t50_imgBox { position: relative; width: 100%; }
.cms_t50_imgBox > picture,
.cms_t50_imgBox > picture > img { display: flex; width: 100%; }
.cms_t50_imgLegend { font-weight: 700; font-size: 16px; line-height: 20px; margin: 10px 0 0 0; }
@media screen and (max-width: 959px) {
    .cms_t50_box { flex-direction: column; padding: 40px 0 0 0; }
    .cms_t50_text { width: 100%; padding: 0; }
    .cms_t50_imgContainer { width: 100%; }
    .cms_t50_box_reverse .cms_t50_imgContainer { order: 2; }
}