.p-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 7px;
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #636363;
  text-decoration: none;

  &:hover {
    opacity: 0.8;
  }
}

.p-social-btn__text {
  font-weight: Bold;
  font-size: 16px;
  color: #1c1c1c;
}
