.contacts-structure__content-cards{display:flex;flex-direction:column;margin-bottom:28px}
@media(min-width:768px){.contacts-structure__content-cards{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:28px}
}
.contacts-structure__content-cards__item{width:100%;height:337px;box-shadow:0 2px 8px 0 rgba(0,45,219,0.3);text-align:center;padding:32px 32px;overflow:hidden}
@media(min-width:768px){.contacts-structure__content-cards__item{width:375px;height:337px}
}
.contacts-structure__content-cards__item__image{margin-bottom:24px;max-width:108px;object-fit:contain}
@media(min-width:768px){.contacts-structure__content-cards__item__image{max-width:118px}
}
.contacts-structure__content-cards__item__image.desktop{display:none}
@media(min-width:768px){.contacts-structure__content-cards__item__image.desktop{display:block;margin:0 auto 24px}
}
.contacts-structure__content-cards__item__image.mobile{display:block;margin:0 auto 24px}
@media(min-width:768px){.contacts-structure__content-cards__item__image.mobile{display:none}
}
.contacts-structure__content-cards__item__title{font-size:1.5rem;line-height:140%;font-family:"Sharp Sans Bold","Open Sans",Helvetica,Arial,sans-serif;margin-bottom:4px}
.contacts-structure__content-cards__item__title:empty{height:24px}
.contacts-structure__content-cards__item__description{font-size:1rem;line-height:140%;font-family:"Sharp Sans Medium","Open Sans",Helvetica,Arial,sans-serif;margin-bottom:24px}
.contacts-structure__content-cards__item__description p a{color:#000104;text-decoration:underline}
.contacts-structure__content-cards__item__description p b{font-family:"Sharp Sans SemiBold","Open Sans",Helvetica,Arial,sans-serif}
.contacts-structure__content-cards__item__button.disablebtnDesktop{display:block}
@media(min-width:768px){.contacts-structure__content-cards__item__button.disablebtnDesktop{display:none}
}