.border-parents{margin-bottom:30px}.border-childs{border-bottom:1px solid grey;padding-top:20px}.border-parents:hover{color:#1ea747}.border-parents:hover .border-childs{border-style:dashed;animation:grow 1s ease-in-out forwards;border-color:#1ea747}@media (max-width:1024px){.border-childs{padding-top:10px}.border-parents{margin-bottom:18px}}@keyframes grow{0%{width:0}to{width:100%}}.hero_bg{background-image:url(/images/hero_image.png);height:100vh;width:100%;background-size:cover;background-repeat:no-repeat;position:relative}.hero_bg:after{position:absolute;top:0;left:0;content:"";background:#000;height:100%;width:100%;opacity:.2}.hero_title{font-size:clamp(40px,4vw,60px)}