


  .section__title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .section-base {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 80px;
  }

  
  img {
    max-width: 100%;
    display: inline-block;
  }
  
  .centered-content {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .centered-content img {
    max-width: 100%;
    max-height: 100%;
  }
  .centered-content {
    text-align: center;
  }

  .centered-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .section-base p {
    text-align: justify;
    margin-top: 20px;
  }
