.contact-card__container{display:flex;flex-direction:column;flex-wrap:nowrap;margin:0 auto;max-width:1100px;width:100%}.card-wrapper{align-items:stretch;column-gap:2rem;flex-wrap:wrap;justify-content:flex-start;max-width:100%;row-gap:2.5rem}.card-wrapper,.card__card{box-sizing:border-box;display:flex;width:100%}.card__card{align-items:flex-start;flex:1 1 250px;flex-direction:column;justify-content:space-between;margin-bottom:1.4rem;max-width:250px;padding:1rem}.card__img{overflow:hidden;width:100%}.card__text,.card__text *>a{color:inherit;flex-grow:1;font-family:inherit;line-height:1.15;max-width:245px;overflow-wrap:break-word;text-decoration:none}.card__text>*{margin:0}.card__link-wrapper{display:block;margin-top:auto;text-align:left}.card__link{margin-right:auto;text-decoration:none}.card__link--svg-wrapper{background:linear-gradient(300deg,#f50,#ff2d2d,#ff004a,#ff0067,#ff0086,#ff00a6,#ed00c5,#ce00e4,#a224ff);border-radius:8px;height:2rem;position:relative;width:2rem}.card__link .card__link--svg-wrapper span svg{fill:#f2f2f2;height:1.2rem;left:25%;position:absolute;top:25%}@media screen and (max-width:767px){.card-wrapper{justify-content:center}}