.socialLinks {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 72px 0;
}

.socialLinks p {
  width: 100%;
  max-width: 688px;

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 125%;
  text-align: center;

  color: #FFFFFF;
}

.socialLinks .redes-sociais {
  display: flex;
  margin-top: 30px;
}

.socialLinks .redes-sociais a {
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.socialLinks .redes-sociais a:hover {
  color: #fff;
}

.socialLinks .redes-sociais a.facebook {
  background: #3b5998;
}

.socialLinks .redes-sociais a.telegram {
  background: #0088cc;
}

.socialLinks .redes-sociais a.twitter {
  background: #00acee;
}

.socialLinks .redes-sociais a.whatsapp {
  background: #2df066;
}

.socialLinks .div-telegram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-top: 72px;
  padding: 32px 24px;
  gap: 40px;

  min-height: 278px;
  width: 95%;
  max-width: 834px;

  background: #F5F5F5;
  border-radius: 8px;
}

.socialLinks .div-telegram p {
  margin: 0;
  width: 100%;
  max-width: 548px;

  font-family: 'MuseoSansRegular';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  color: #0E134D;
}

.socialLinks .div-telegram a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 322px;
  height: 48px;

  background: #0088CC;
  border-radius: 3px;

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.socialLinks .div-telegram a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

@media screen and (max-width: 375px) {
  .socialLinks p {
    font-size: 24px;
  }

  .socialLinks .div-telegram a {
    font-size: 15px;
  }
}
