.hero-section{overflow:hidden;position:relative;width:100%}.hero-section *{margin:0}.hero-section__container{display:flex;margin:0 auto;max-width:1200px;overflow:hidden;position:relative;z-index:1}.hero-section__container-group{display:flex;flex-direction:column;gap:10px}.hero-section__button{display:flex}.hero-section__button>a{font-weight:600;text-decoration:none;transition:all .3s ease}.hero-section__button>a:hover{text-decoration:none}.hero-section__overlay{height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:500px){.hero-section__button{align-items:center;display:flex;flex-direction:column;margin-top:30px;width:100%}}