.fb-connect {
  padding: 20px 0 40px;
  background: #056f9d;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px){
  .fb-connect {
    background: #fff;
  }
}
@media (min-width: 992px){
  .fb-connect{
    padding: 50px 0 70px 0;
    min-height: 400px;
  }
}
.fb-connect{
  color: #312f2e;
}
@media (min-width: 767px){
  .fbconnect-head{
    font-weight: bold;
    font-size: 3em;
  }
}
@media (min-width: 992px){
  .fbconnect-head{
    font-size: 4em;
    text-align: left;
  }
}