.follow-us-header{
background: #008ed6;
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px;
margin-bottom:1rem;
}

.follow-us-header h5{
color: #fff;
line-height: 1;
margin: 0;
}
  }.follow-us-header .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.follow-us-header .social-links__icon {
      background-color: unset;
  display: inline-flex;
  height: 14px;
  margin: 0 5px;
  position: relative;
  width: 18px;
}



.follow-us-header .social-links__icon:active,
.follow-us-header .social-links__icon:hover {
  background-color: unset;
}

.follow-us-header .social-links__icon svg {
  fill: #fff;
  height: 18px;
  /* left: 50%; */
  /* position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); */
  width: auto;
}

.follow-us-header .social-links__icon:hover svg,
.follow-us-header .social-links__icon:focus svg,
.follow-us-header .social-links__icon:active svg {
  fill: #FFF;
  background-color: unset;

}
.follow-us-posts{
  width: 100%;
  display: flex;

}
.follow-us-post{
width:20%;
background-position: center;
background-size: cover;
border:1px solid #fff;
}

.follow-us-post a{
  display: block;
width:100%;
height:100%;
padding-bottom:100%;
}
