#location{display:flex;flex-direction:row}#calltoaction{display:flex;align-items:center}.headline{display:inline-block;position:relative;padding-bottom:12px;text-align:inherit}.headline::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#fcca94;border-radius:2px}.headline::before{content:"";position:absolute;bottom:-5px;left:0;width:12px;height:12px;background:#fcca94;border-radius:50%;animation:moveCircle 2.5s ease-in-out infinite alternate}@keyframes moveCircle{from{left:0}to{left:calc(100% - 12px)}}