@media (min-width: 1023px) {
  .content-1 p,
  .content-5 p {
    max-width: 750px;
    text-align: justify;
  }
  .content-4 p {
    color: #595959;
    text-align: justify;
    max-width: 89.5%;
    font-family: Satoshi;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.25px; /* 166.667% */
  }

  .content-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .content-3 p,
  .content-5 p {
    color: #00b742;

    font-family: "Fira Sans";
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 35px; /* 140% */
    max-width: 750px;
    text-align: justify;
  }
  .content-5 {
    margin-bottom: 90px;
  }

  .title-div h1 {
    margin-bottom: 70px;
  }

  .body-homepage .section-home.green-section {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .content-2 {
    width: 89.5%;
    display: flex;
    /* background-color: #fff; */
    margin-bottom: 90px;
  }
  .content-2 p {
    color: #fff;

    font-family: Satoshi;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.75px;
    max-width: 750px; /* 153.333% */
  }
  .body-homepage .section-home.green-section.contact {
    max-width: 89.5%;
    margin-bottom: 95px;
  }
  .content-4 .second-title-green {
    margin-bottom: 60px;
  }
}
