
.break-out {
width: 100vw;
text-align: center;
position: relative;
left: calc(-1 * (100vw - 100%) / 2);
background: #F5F6F7;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa {
  padding: 10px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover
{
    opacity: 0.7;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa:hover {
    opacity: 0.7;
}
