body{font-family:Helvetica,Arial,sans-serif;margin:0;padding:0}.tabs-module{align-items:flex-start;display:flex;gap:20px;margin:20px 0;width:100%}.left-section{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;width:40%}.header-image{margin-bottom:20px;text-align:center;width:100%}.header-image img{height:auto;width:100%}.tabs{display:flex;flex-direction:column;gap:10px;margin-top:auto;width:100%}.tab{background-color:#fff;cursor:pointer;padding:20px}.text_header{font-size:18px}.text,.text_header{flex:1;font-family:HLight;line-height:28px}.text{font-size:16px}.tab.active,.tab:hover{background-color:#f5f5f5}.tab.active{border-left:2px solid #23c2cc}.image-container{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;position:relative;width:60%}.image{height:auto;opacity:0;position:absolute;transition:opacity .5s ease-in;width:100%}.image.active{opacity:1;position:relative}@media (max-width:500px){.tabs-module{align-items:center;flex-direction:column}.left-section{justify-content:flex-start;width:100%}.image-container{align-items:flex-start;width:100%}.tabs{display:none}.header-image{margin-bottom:0}}