.edit-profile-content .header {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.edit-profile-content .header img {
  max-width: 20px;
}

.edit-profile-content .header h2 {
  font-size: 16px;
  margin-left: 10px;
  color: var(--black);
  font-family: var(--latoBlack);
}

.edit-profile-content .business-details .form-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}

.edit-profile-content .business-details .description {
  margin-top: 0;
  position: relative;
}

.edit-profile-content .business-details .description textarea {
  height: 140px;
  resize: none;
  overflow: auto;
}

.edit-profile-content .business-details .description .text-count {
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: var(--lt-grey);
}

.edit-profile-content .business-details .continue-btn {
  margin-top: 25px;
}

.foot-action-disc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

/* @media screen and (min-width: 1800px) {
  .edit-profile-content .header h2 {
    font-size: 22px;
  }
  .edit-profile-content {
    width: 640px;
  }
  .edit-profile-content .business-details .continue-btn {
    margin-top: 30px;
  }
  .edit-profile-content .header img {
    max-width: unset;
    width: 25px;
  }
} */
