.section_wrap{display:flex;flex-flow:column wrap;background-color:white;padding:42px 16px}.section_wrap .section_title{font-size:32px;text-transform:none;margin:24px auto 42px auto;color:black;text-align:center}.section_wrap .section_content{display:flex;flex-flow:column wrap;justify-content:center;align-items:flex-start;margin:32px auto}.section_wrap .section_content .section_image{width:100%;margin:16px 0}.section_wrap .section_content .section_image_bg{width:100%;height:auto;background-size:cover;padding-top:100%;background-repeat:no-repeat;background-position:center}.section_wrap .section_content .section_image_bg.square{padding-top:100%}.section_wrap .section_content .section_image_bg.landscape{padding-top:56.25%}.section_wrap .section_content .section_image_bg.portrait{padding-top:125%}.section_wrap .section_content .section_image img{display:none}.section_wrap .section_content .section_text{width:100%;height:auto;margin:16px}@media screen and (min-width:768px){.section_wrap{padding:64px}}@media screen and (min-width:1024px){.section_wrap .section_title{margin:0 auto;font-size:42px}.section_wrap .section_content{flex-flow:row wrap;margin:64px auto}.section_wrap .section_content.item_reverse{flex-flow:row-reverse wrap}.section_wrap .section_content .section_image,.section_wrap .section_content .section_text{width:calc(50% - 32px);margin:0 16px}.section_wrap .section_content .section_image.full_width,.section_wrap .section_content .section_text.full_width{width:80%;margin:0 auto}}