@media (max-width: 1023px) {
  .contact-button-large {
    background-color: #00b742;
    padding: 0px 0px 0px 18px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 58px;

    color: #fff;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
  }

  .contact-button-large span {
    /* align-self: flex-end; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #08c24b;
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 0px 10px 10px 0px;
  }

  .content-1 .phone,
  .content-1 .email,
  .content-4 p {
    color: #595959;

    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }

  .content-1 p strong,
  .content-2 p strong,
  .content-4 p strong {
    color: #595959;

    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .content-2 .program {
    color: #595959;

    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }

  label {
    color: #595959;

    font-family: Satoshi;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.333px; /* 194.444% */
  }

  input {
    width: 100%;

    border-radius: 10px;
    background: #f0f0f0;
    color: #595959;
    border: none;
    text-indent: 20px;
    padding: 20px 0px;
    text-align: left;
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.333px; /* 166.667% */
  }

  .content-3 .message {
    padding-bottom: 60px;
  }

  .send-message button {
    min-width: 167px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    color: #fff;

    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.333px;
  }

  .send-message {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

  .content-4 {
    padding: 35px 30px;
  }

  .content-4 p {
    margin-top: 20px;
    /* margin-bottom: 10px; */
  }

  .title-div {
    margin-top: 44px;
  }

  .content-1 .second-title-green {
    margin-top: 36px;
    margin-bottom: 33px;
  }

  .contact-button-large {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  p.email {
    margin-top: 36px;
  }

  .content-2 {
    margin-top: 58px;
  }

  .content-2 .second-title-green {
    margin-bottom: 24px;
  }

  .content-3 .second-title-green {
    margin-bottom: 24px;
  }

  .content-3 input {
    margin-bottom: 5px;
  }

  .content-3 {
    margin-top: 50px;
  }

  .content-4 {
    margin-top: 56px;
  }

  .content-4 .second-title-green {
    margin-bottom: 20px;
  }
}
