.custom-hero-container{align-content:center;background-position:50%;background-size:cover;max-width:100%}.custom-hero-main-container{display:flex;gap:40px;margin:0 auto;max-width:1240px}.custom-hero-text-container{flex:50%}.custom-hero-button-primary{background:#302ab2;border-radius:8px;color:#fff;font-size:16px;padding:8px 12px;text-decoration:none}.custom-hero-button-primary:hover{color:#fff;font-size:16px}.custom-hero-button-secondary{border:1px solid #302ab2;border-radius:8px;color:#302ab2;font-size:16px;padding:8px 12px;text-decoration:none}.custom-hero-button-secondary:hover{background:#302ab2;color:#fff;font-size:16px;transition:color .3s ease,background-color .3s ease}.custom-hero-image-container img{display:block;height:100%;object-fit:contain;width:100%}