.tm-external-card {
  align-items: center;
  background: #eff6fe;
  border: 1px solid #c1d5ee;
  border-radius: 8px;
  color: #114179;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

.tm-external-card:hover {
  background: #e4f1ff;
  color: #114179;
}

.tm-external-card > img {
  height: 68px;
  max-width: 68px;
}

.tm-external-card > span {
  font-size: 18px;
  font-weight: 600;
}

.tm-external-card > small {
  color: #575b5d;
  font-size: 12px;
  line-height: 1.5;
  max-width: 340px;
}

.tm-about-video-box .tm-external-card {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.tm-contacts__map .tm-external-card {
  min-height: 180px;
}

.tm-content-form__notice {
  background: #eff6fe;
  border-left: 3px solid #114179;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 12px 14px;
}

.tm-legal-content {
  max-width: 980px;
}

.tm-legal-content h2 {
  color: #114179;
  font-size: 22px;
  margin: 34px 0 12px;
}

.tm-legal-content p,
.tm-legal-content li {
  max-width: 900px;
}

@media (max-width: 480px) {
  .tm-external-card {
    padding: 22px;
  }

  .tm-external-card > span {
    font-size: 16px;
  }
}
