.resource-items{background:#eef3f4;box-sizing:border-box;color:var(--color-secondary);padding:calc(32px + 5rem) 0 8rem}@media(max-width:992px){.resource-items{padding:calc(32px + 4rem) 0}}.resource-items__wrapper{margin:0 auto;max-width:80rem}.resource-items__item{align-items:center;display:grid;gap:0 5rem;grid-template-columns:minmax(0,2fr) minmax(15rem,.8fr);position:relative}.resource-items__item:not(:last-child){border-bottom:2px solid #008b8838;padding-bottom:4rem}.resource-items__item:not(:last-child):after{background:var(--color-secondary);bottom:-2px;content:"";height:2px;left:0;position:absolute;width:29%}.resource-items__item+.resource-items__item{padding-top:4rem}.resource-items__item--without-image .resource-items__content{grid-column:1/-1}@media(max-width:1200px){.resource-items__item{gap:0 3rem;grid-template-columns:minmax(0,1.7fr) minmax(14rem,.8fr)}}@media(max-width:992px){.resource-items__item{gap:2.5rem 0;grid-template-columns:minmax(0,1fr)}.resource-items__item:not(:last-child){padding-bottom:3rem}.resource-items__item:not(:last-child):after{width:40%}.resource-items__item+.resource-items__item{padding-top:3rem}}.resource-items__content{align-items:flex-start;display:flex;flex-direction:column;max-width:46rem}.resource-items__pretitle{color:var(--color-primary);font-weight:var(--font-weight-bold)}.resource-items__title{color:var(--color-secondary);font-size:clamp(1.25rem,1.13rem + .5vw,1.5rem);line-height:1.3;margin:.75rem 0 0}.resource-items__text{margin-top:.75rem}.resource-items__text>*{margin:0}.resource-items__text>*+*{margin-top:1rem}.resource-items__text a{color:#008b88}.resource-items__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.resource-items__ctas .button{background:#007878;border-color:#007878;color:var(--color-light);transition:.2s}.resource-items__ctas .button:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-secondary)}.resource-items__cta{display:flex}.resource-items__image{align-items:center;display:flex;justify-content:center;justify-self:center;max-height:15rem;max-width:20rem;width:100%}.resource-items__image :is(img,picture){display:block;height:auto;max-height:15rem;max-width:100%;object-fit:contain;width:auto}@media(max-width:992px){.resource-items__image{justify-self:start}}
/*# sourceMappingURL=resource-items.css.map*/