#hero_module{align-items:center;display:flex;justify-content:space-between;min-height:calc(100vh - 75px);overflow:visible;padding:20px;position:relative}#hero_image_container,#hero_text{display:flex;flex:1;flex-direction:column;justify-content:center;text-align:left}#top_text{display:inline-block;font-size:14px;letter-spacing:2px;padding:20px;position:relative;text-transform:uppercase}#main_text{font-size:24px;font-weight:700}#bottom_text,#main_text{margin-top:10px;padding:10px}#bottom_text{font-size:16px;font-style:italic;letter-spacing:1px}#hero_image_container{overflow:visible;position:relative;text-align:right}#hero_background_image{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='300'%3E%3Cpath fill='%23f35e2c' d='m0 0 400 60v180L0 300z'/%3E%3Cpath fill='%234daae3' d='m150 295 200-60v-60l-200 60z'/%3E%3C/svg%3E");background-position:calc(50% - 40px);background-repeat:no-repeat;background-size:contain;bottom:0;left:-40px;position:absolute;right:0;top:0;z-index:-1}#hero_image{position:relative;z-index:1}#hero_image,#hero_image img{height:auto;max-width:100%}@media (max-width:768px){#hero_image{display:none}#hero_module{flex-direction:column;padding:10px}#top_text{font-size:12px;letter-spacing:1px;padding:10px}#main_text{font-size:20px;padding:8px}#bottom_text{font-size:14px;margin-top:5px;padding:8px}}