.rede-social {
    background-color: #f2f2f2;
    margin-bottom: 50px;
    padding: 30px;
    color: #333;
    font-size: 20px;
    border-radius: 5px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
  }

  .rede-social img {
    width: 20px; 
    margin-right: 10px;
  }

  @media (max-width: 1250px) {
  .rede-social {
    text-align: center;
    font-size: 18px;
  }
  }