.hero{position:relative;padding-top:50px;padding-bottom:40px}@media (min-width:768px){.hero{padding-top:60px;padding-bottom:30px}}.hero__content-img{width:100%;margin-bottom:20px}.hero__content-btn{position:relative;padding-left:25px;font-weight:var(--font-weight-700);letter-spacing:-.025em}.hero__content-btn,.hero__content-btn:before{color:var(--color-red);font-size:var(--font-size-16);-webkit-transition:all .25s ease-out;transition:all .25s ease-out}.hero__content-btn:before{position:absolute;top:0;left:0;font-weight:var(--font-weight-500);font-family:var(--font-family-icons);-webkit-transform:rotate(315deg);transform:rotate(315deg);content:"\f062"}.hero__content-btn:focus,.hero__content-btn:focus-within,.hero__content-btn:hover{color:var(--color-cranberry);text-decoration:none}.hero__content-btn:focus-within:before,.hero__content-btn:focus:before,.hero__content-btn:hover:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}