.social {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 1em;
}

.social img {
  width: 64px;
  height: auto;
}
#headerbar .social {justify-content: flex-end;  padding-top: 0;}
#headerbar .social:before {
    content: 'Subscribe to new articles:';
    font-size: 21px;
    color: #fff;
    margin: 10px;
    padding: 15px 20px 0 20px;
    background: #d8325eb5;
    border-radius: 20px;
    position: relative;}