.goals-grid{padding:var(--marginMedium) var(--marginBig);display:flex;flex-direction:column}.goals-grid__items{margin-top:var(--marginMedium);max-width:1180px;width:100%;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:1fr 1fr;column-gap:48px;border-top:1px solid rgba(38,98,118,.14)}.goals-grid__item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:36px;padding:30px 28px;border-bottom:1px solid rgba(38,98,118,.14);border-radius:14px;text-decoration:none;transition:background 250ms ease,padding 250ms ease}.goals-grid__icon{display:none}.goals-grid__item-body{display:flex;flex-direction:column;gap:8px}.goals-grid__item-title{margin:0;color:var(--darkGreen);font-size:1.5rem;line-height:1.3;font-weight:600}.goals-grid__item-text{margin:0;max-width:70ch;font-size:1.05rem;line-height:1.6;color:rgba(38,98,118,.72)}.goals-grid__arrow{width:54px;height:54px;border-radius:50%;border:1.5px solid rgba(38,98,118,.28);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 250ms ease,border-color 250ms ease,transform 250ms ease}.goals-grid__arrow::before{content:"";width:10px;height:10px;border-right:2px solid var(--darkGreen);border-bottom:2px solid var(--darkGreen);transform:rotate(-45deg);margin-right:3px;transition:border-color 250ms ease}.goals-grid__item--link{cursor:pointer}.goals-grid__item--link:hover{background:var(--yellowWhiteDark);padding-left:34px}.goals-grid__item--link:hover .goals-grid__arrow{background:var(--darkGreen);border-color:var(--darkGreen);transform:translateX(4px)}.goals-grid__item--link:hover .goals-grid__arrow::before{border-color:#fff}.goals-grid__item--link:hover .goals-grid__item-title{color:var(--darkGreen)}.goals-grid__cta{display:flex;justify-content:center;margin-top:var(--marginMedium)}@media(max-width: 900px){.goals-grid__items{grid-template-columns:1fr;column-gap:0}}@media(max-width: 760px){.goals-grid__item{gap:20px;padding:24px 6px}.goals-grid__item-title{font-size:1.3rem}.goals-grid__arrow{width:46px;height:46px}.goals-grid__item--link:hover{padding-left:6px}}
