.section01 {
  padding-top: 120px;
  h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 60px;
    color: #252424;
  }
  h2 {
    display: flex;
    align-items: center;
    gap: 28px;
    height: 64px;
  }
  p {
    max-width: 510px;
  }
  .img-banner {
    margin: 120px 0;
  }
}

.section02 {
  padding-bottom: 120px;
  h2 {
    max-width: 345px;
  }
  h3 {
    color: #252424;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
  }
  .accordion-item {
    /* border-bottom: 1px solid #e0e0e0; */
  }
  .accordion-header {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    display: flex;
    gap: 9px;
    align-items: center;
    margin: 0;
    padding: 16px 0;
    cursor: pointer;
  }
  .accordion-header:before {
    content: "";
    background: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-begenerous/o-poder-da-nutricao/icon-seta.svg)
      center no-repeat;
    display: inline-block;
    width: 11px;
    height: 11px;
    transition: transform 0.3s;
  }
  .accordion-item.active .accordion-header:before {
    transform: rotate(90deg);
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .accordion-item.active .accordion-content {
    max-height: 500px;
  }
  .accordion-content p {
    padding: 0 0 16px 20px;
    margin: 0;
  }
  .color01 {
    color: #000000;
  }
  .txt01 {
    margin-bottom: 60px;
  }
  .img-pote {
    position: sticky;
    top: 30px;
  }
}
.section03 {
  padding-bottom: 120px;
  h2 {
    max-width: 380px;
  }
  p {
    letter-spacing: -0.22px;
    max-width: 707px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin: 32px 0 24px;
    font-weight: 600;
  }
  .tit02 {
    margin-top: 60px;
    max-width: 580px;
  }
  li {
    display: flex;
    gap: 27px;
    align-items: center;
    margin-bottom: 32px;
  }
  li:last-child {
    margin: 0;
  }
  .img-pote {
    position: sticky;
    top: 30px;
  }
}

@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .section01 {
    padding-top: 60px;
    .container {
      padding: 0 30px;
    }
    h1 {
      font-size: 26px;
      line-height: 28px;
      max-width: 245px;
    }
    .col02 {
      margin-top: 60px;
      h2 {
        height: 44px;
        gap: 24px;
      }
    }
    .col-banner {
    }
  }
  .section02 {
    .container {
      padding: 0 30px;
    }
    .col-md-4 {
      text-align: center;
    }
    .img-pote {
      margin-bottom: 60px;
    }
    h2 {
      max-width: 298px;
    }
    .col02 {
      margin-top: 60px;
    }
  }
  .section03 {
    .container {
      padding: 0 30px;
    }
    .col-md-4 {
      text-align: center;
    }
    .img-pote {
      margin-bottom: 60px;
    }
    h2 {
      max-width: 285px;
    }
    h3 {
      font-size: 20px;
      line-height: 22px;
      max-width: 314px;
    }
    p {
      letter-spacing: 0px;
    }
    .tit02 {
      max-width: 270px;
    }
    li {
      gap: 30px;
      align-items: start;
      margin-bottom: 60px;
      flex-direction: column;
      p {
        max-width: 315px;
      }
    }
  }
}
