@media (min-width: 1023px) {
  .content-1 p,
  .content-2 p,
  .content-3 p,
  .content-2 ul {
    color: #595959;
    max-width: 89.5%;
    text-align: justify;
    font-family: Satoshi;
    font-size: 18.75px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.25px; /* 166.667% */
  }
  .content-1,
  .content-2,
  .content-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
  }
  .h1-title-green {
    margin-bottom: 70px;
  }
  .content-2 .second-title-green,
  .content-3 .second-title-green {
    margin-bottom: 70px;
  }
}
