.containern{
    background-color: #f7f7f7;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  
  .section-content {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    max-width: 600px;
  }
  
  