.section-special-form {
  display: flex;
  gap: 14px;
  flex-direction: column;
}

.section-special-form__block {
  height: 200px;
  border-radius: 8px;
  background: #F6F8FB;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 21px 44px;
}

.section-special-form__title {
  font-family: Montserrat, Sans, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #001A34;
}

.section-special-form__text {
  font-family: Montserrat;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-align: center;
  color: #001A34;
}

.section-special-form__social {
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 3px;
}

.section-special-form__link {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-special-form__link img {
  width: 100%;
}

@media (min-width: 768px) {
  .section-special-form {
    gap: 34px;
    flex-direction: row;
  }
  .section-special-form__block {
    width: 284px;
  }
}

/*# sourceMappingURL=style.css.map */
