h1,h2,h3,h4,h5,h6{font-family:'Myriad Pro Bold'}.hover-underline-animation{display:inline-block;position:relative}.hover-underline-animation::after{content:'';position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;top:25px;background-color:#ac9661;transition:transform 0.25s ease-out}.hover-underline-animation:hover::after{transform:scaleX(1)}.hover-underline-animation.left::after{transform-origin:bottom right}.hover-underline-animation.left:hover::after{transform-origin:bottom left}.hover-underline-animation.center::after{transform-origin:bottom center}