.benefits-section {
  display: flex;
  flex-flow: wrap;
}

.benefits__item {
  width: 50%;
  display: flex;
  align-items: center;
}

.benefits__item__img {
  height: 100px;
}

.benefits__item__description {
  font-size: 12px;
}

.notary-form {
  background: #f7f7f7;
  padding: 30px 0;
}

@media (max-width: 380px) {
  .header-content__description p {
    font-size: 8px !important;
  }
}