.contacts .section__title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .contacts .section__title {
    margin-bottom: 25px;
  }
}

.contacts_card i {
  font-size: 30px;
  color: #0261bf;
  margin-bottom: 20px;
}

.contacts_card {
  margin-bottom: 24px;
  border: solid 1px #E1E3EA;
  border-radius: 12px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.03);
  padding: 30px;
}

.contacts_card .wysiwyg-editor {
  color: #78829D;
}

@media only screen and (max-width: 992px) {
  .contacts_card {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=contacts.css-c0943997e16a186b08d6941c0d5a9993.map */