.section_module .module_items{display:flex;flex-wrap:wrap;gap:30px}.section_module .module_items .module_item{display:grid;grid-template-columns:1fr;border-radius:var(--border-radius);background-image:-moz-linear-gradient(61deg, rgb(114, 13, 59) 0%, rgb(15, 15, 15) 100%);background-image:-webkit-linear-gradient(61deg, rgb(114, 13, 59) 0%, rgb(15, 15, 15) 100%);background-image:-ms-linear-gradient(61deg, rgb(114, 13, 59) 0%, rgb(15, 15, 15) 100%);padding:30px;width:100%}@media(min-width: 992px){.section_module .module_items .module_item{grid-template-columns:1fr 1fr}}.section_module .module_items .module_item .media_box{line-height:0;min-height:200px;overflow:hidden}@media(min-width: 770px){.section_module .module_items .module_item .media_box{min-height:300px}}@media(min-width: 992px){.section_module .module_items .module_item .media_box{min-height:380px}}.section_module .module_items .module_item .media_box img{width:100%;height:100%;object-fit:cover;object-position:center}.section_module .module_items .module_item .media_box iframe{width:100%;height:auto;min-height:inherit;border-radius:var(--border-radius)}.section_module .module_items .module_item .__video wistia-player{box-shadow:initial !important;border-radius:var(--border-radius)}.section_module .module_items .module_item .__content{padding:30px 0 0 0}@media(min-width: 770px){.section_module .module_items .module_item .__content{padding:40px 25px 10px}}@media(min-width: 992px){.section_module .module_items .module_item .__content{padding:20px 40px}}.section_module .module_items .module_item .__content .__headline{position:relative;margin:0 0 20px 0;padding:0 0 0 10px}.section_module .module_items .module_item .__content .__headline:before{content:"";width:2px;height:100%;position:absolute;top:0;left:0;bottom:0;background:var(--primary);display:block}.section_module .module_items .module_item .__content .__headline *{font-family:var(--font-title);font-size:clamp(1.5rem,1.321rem + .89vw,1.875rem);line-height:clamp(1.75rem,1.571rem + .89vw,2.125rem);color:var(--white) !important;font-weight:400;margin:0 !important}.section_module .module_items .module_item .__content .__textarea *{color:var(--white) !important}