.custom-module{display:flex;justify-content:space-between}.custom-module__content{display:flex}.custom-module__left{flex:1;margin:auto auto auto 20px}.custom-module__left:after{clear:both;content:"";display:table}.custom-module__left h1{display:inline;margin-right:10px;max-width:calc(100% - 150px)}.custom-module__right{align-items:center;background-position:50%;background-size:cover;display:flex;flex:1;justify-content:right}.custom-module__left,.custom-module__right{flex-basis:50%;margin:auto}.custom-module .rich-text{padding:1rem 1rem 1rem 0}.button{background-color:#ff5722;border-radius:5px;color:#fff;display:inline-block;padding:10px 20px;text-decoration:none}a.button:active,a.button:focus,a.button:hover{background-color:#ad401d;color:#fff;text-decoration:underline}.rotating-word{display:inline;white-space:nowrap}.rotating-word span.hidden{display:none}.rotating-word{position:relative}.rotating-word span{left:0;position:absolute}.rotating-word span.current:after{animation:blink .75s step-end infinite;content:"|";font-size:110%;line-height:30px}@keyframes blink{0%,to{color:transparent}50%{color:#ff5722}}.custom-module__right img{width:75%}@media (max-width:767px){.custom-module__content{flex-direction:column}.custom-module__right{justify-content:center}}@media (max-width:480px){.custom-module__left{margin-bottom:1rem}.custom-module__left h1{font-size:30px}.custom-module__right img{width:100%}}