.contact-component .contact__list,.contact-component .contact__item{display:flex;gap:8px}
.contact-component .contact__list{flex-direction:column;margin-top:24px}
.contact-component .contact__item{align-items:center}
@media(hover:hover){.contact-component .contact__link:hover{text-decoration:underline}
}
.contact-component .icon{display:flex;justify-content:center;align-items:center;min-width:32px;width:32px;max-width:32px;min-height:32px;height:32px;max-height:32px;font-size:16px;border:1px solid #d52b1e;border-radius:50%}
.contact-component .icon::before{font-size:16px}
.contact-component .icon img{width:100%;height:100%}
.contact-component .icon::before{color:#d52b1e}