.directions-wrapper{margin-bottom:48px}@media(max-width:768px){.directions-wrapper{margin-bottom:30px}}.directions-wrapper h2{margin:0 0 32px;letter-spacing:0}@media(max-width:768px){.directions-wrapper h2{margin:0 0 22px}}.directions-wrapper .directions-list{display:flex;flex-flow:row wrap;gap:32px 18px}@media(max-width:768px){.directions-wrapper .directions-list{flex-direction:column;gap:8px}}.directions-wrapper .directions-item{width:calc(50% - 9px);background-color:var(--dark);color:var(--white);border-radius:20px;line-height:1.35}@media(max-width:768px){.directions-wrapper .directions-item{width:100%}}.directions-wrapper .directions-item-link{padding:24px 24px 18px;display:flex;flex-flow:row wrap;gap:16px;width:100%;height:100%;color:var(--white);border-radius:20px}@media(max-width:768px){.directions-wrapper .directions-item-link{padding:24px 18px 18px}}.directions-wrapper .directions-item-link:hover .button{background-color:var(--yellow-light)}.directions-wrapper .directions-title{font-size:24px;font-weight:500;display:block}@media(max-width:768px){.directions-wrapper .directions-title{font-size:20px}}.directions-wrapper .directions-description{display:block}.directions-wrapper .directions-footer{display:flex;flex-flow:row wrap;gap:18px;justify-content:space-between;align-items:center;width:100%;margin-top:auto}.directions-wrapper .directions-icon{width:50px;height:50px}.directions-wrapper .button{width:40px;height:40px;padding:0;background-color:var(--white)}.directions-wrapper .button .button-icon{width:20px;height:auto}