.contact-card{border-radius:15px;padding:24px 24px 40px;width:100%}.contact-card.color-primary{background-color:var(--primary-color)}.contact-card.color-secondary{background-color:#080d27}.contact-card__header{color:#fff;margin-bottom:40px}.contact-card__name{font-family:open sans;font-size:18px;font-style:normal;font-weight:400;font-weight:700;line-height:27px;margin:0}.contact-card__image{margin-bottom:40px}.contact-card__image img{border-radius:15px;display:block;max-height:240px;-o-object-fit:cover;object-fit:cover;width:100%}.contact-card__contact{display:flex;flex-direction:column;gap:16px}.contact-card__email,.contact-card__phone{align-items:center;color:#fff;display:flex;font-size:18px;font-style:normal;font-weight:400;gap:8px;line-height:27px}.contact-card__email:hover,.contact-card__phone:hover{color:#fff;text-decoration:underline}.contact-card__email:hover:before,.contact-card__phone:hover:before{color:#fff}.contact-card__phone:before{background-color:#fff;content:"";display:inline-block;height:24px;-webkit-mask-image:url(/build/images/phone.5faf9ea2.svg);mask-image:url(/build/images/phone.5faf9ea2.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:.3s;width:24px}.contact-card__phone:before:hover{background-color:#fff}.contact-card__email:before{background-color:#fff;content:"";display:inline-block;height:24px;-webkit-mask-image:url(/build/images/envelope.909b9072.svg);mask-image:url(/build/images/envelope.909b9072.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:.3s;width:24px}.contact-card__email:before:hover{background-color:#fff}