@media (min-width: 768px) {
  body>div.container>div>div>div.additional-search-criterias>div.custom-input-container>div.custom-input>input {
    height: 62px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
  }
  label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
  }
  .custom-heading-container {
    min-height: 30px;
  }
  .extra-height {
    min-height: 86px;
  }
  .snake-size-radio-button-input {
    width: 75px;
  }
  /* --- */
  /* --- Species Page */
  /* --- */
  .page-snake-container .snake-title {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 75px;
  }
  .snake-latin {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: #757575;
  }
  .snake-toxicity {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
  }
  .snake-section-title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 55px;
    color: #000000;
  }
  .snake-information-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
  }
  .snake-information-description {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
  }
  .subspecies-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #558B2F;
  }
}