@media (max-width: 819px) {
  .profileSection {
    padding-top: 80px;
  }
}

.profile-section__title {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #353535;
}

/* Award */
.award__index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: calc(100% - 24px);

  background-color: #eee;

  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.01em;
}

/* Services */
.service {
  margin-bottom: 15px;
}

.service__input {
  display: block;
  width: 100%;
  padding: 11px;
  border: 1px solid #B7B7B7;

  background-color: #fff;
  border-radius: 2px;
  outline: 0;

  font-size: 14px;
  color: #353535;
}

/* Validation */
.validation-error {
  padding: 10px;
  margin: 15px 0;

  border-radius: 2px;
  background: red;

  color: #fff;
  font-size: 14px;
  text-align: center;
}

.validation-success {
  padding: 10px;
  margin: 15px 0;

  border-radius: 2px;
  background: green;

  color: #fff;
  font-size: 14px;
  text-align: center;
}
