.column-list{flex-wrap:wrap;justify-content:space-between;gap:3rem;width:100%;display:flex}@media screen and (max-width:1150px){.column-list{gap:1.5rem}}@media screen and (max-width:768px){.column-list{gap:1rem}}.column-list__item{border-radius:3rem 9rem 3rem 3rem;flex-direction:column;justify-content:space-between;width:calc(33.3333% - 2rem);padding:2.5rem 3.25rem 1.875rem 1.25rem;display:flex}.column-list__item:nth-child(2n){border-radius:3rem}@media screen and (max-width:1024px){.column-list__item:nth-child(2n){border-radius:2rem}}@media screen and (max-width:425px){.column-list__item:nth-child(2n){border-radius:1rem}}@media screen and (max-width:1150px){.column-list__item{width:calc(50% - .75rem);padding:1.5rem}}@media screen and (max-width:1024px){.column-list__item{border-radius:2rem 6rem 2rem 2rem}}@media screen and (max-width:768px){.column-list__item{width:100%;padding:1rem}}@media screen and (max-width:425px){.column-list__item{border-radius:1rem 3rem 1rem 1rem}}.column-list__content{flex-direction:column;display:flex}.column-list__image-and-text{align-items:center;margin-bottom:2.375rem;display:flex}@media screen and (max-width:768px){.column-list__image-and-text{margin-bottom:1.5rem}}.column-list__image{background-color:#fff;border-radius:2rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;margin-right:.625rem;padding:.5rem;display:flex;box-shadow:0 .125rem .5rem #1018280d}@media screen and (max-width:768px){.column-list__image{width:2rem;height:2rem;padding:.25rem}}.column-list__image img{object-fit:contain;width:100%;height:100%}.column-list__title{font-family:var(--SF_Pro),sans-serif;text-transform:uppercase;font-size:1.5rem;font-weight:700}@media screen and (max-width:768px){.column-list__title{font-size:1.125rem}}@media screen and (max-width:500px){.column-list__title{font-size:1.125rem}}.column-list__description{color:var(--hd-text-black)}.column-list__button{background-color:#0000;border:none;width:max-content;margin-top:1rem;display:flex}@media screen and (max-width:768px){.column-list__button{margin-top:.75rem}}
