@media (min-width: 1024px) {
  .title-div h1 {
    margin-bottom: 70px;
  }
  .contact-button-large {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .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;
    gap: 120px;
  }
  .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;
  }

  .contact-button-large:nth-of-type(1) span img {
    width: 15.82px;
    height: 20.313px;
    flex-shrink: 0;
  }
  .contact-button-large:nth-of-type(2) span img {
    width: 22.352px;
    height: 22.5px;
    flex-shrink: 0;
  }
  .contact-button-large:nth-of-type(3) span img {
    width: 20.288px;
    height: 16.907px;
    flex-shrink: 0;
  }

  .content-1 p strong,
  .content-2 p strong,
  .content-4 p strong {
    color: #595959;

    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
  }
  .content-1 .phone,
  .content-1 .email,
  .content-2 p,
  .content-1 .program,
  .content-4 p {
    color: #595959;

    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 125% */
  }
  .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;
  }
  .contact-button-large {
    color: #fff;
    width: 60%;

    font-family: Satoshi;
    font-size: 17.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.25px; /* 178.571% */
  }
  .contact-button-large:first-of-type {
    margin-bottom: 20px;
  }
  .contact-button-large:nth-of-type(2) {
    margin-top: 0px;
  }
  .contact-button-large span {
    /* align-self: flex-end; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #08c24b;
    display: flex;
    width: 68.75px;
    height: 68.75px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 10px 10px 0px;
  }
  .content-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    order: 1;
  }
  .content-1 .second-title-green {
    align-self: center;
  }
  /* form {
    max-width: 750px;
  } */
  .main-grid-container {
    padding: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }

  .content-3 {
    margin-top: 0px;
    order: 2;
  }
  .content-2 {
    order: 3;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .content-4 {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    order: 4;
  }
  .content-4 .second-title-green {
    margin-bottom: 50px;
    margin-top: 90px;
  }

  .content-4 p {
    width: 50%;
    text-align: center;
  }

  .title-div h1 {
    text-align: center;
  }
}
