/*
.footer{
  width: 100%;
  height: 20rem;
  background-color: #0056a3;
  font-family: 'Barlow', Helvetica, sans-serif;
  display: flex;
}
.footer img{
  margin:2rem;
}
.footer p{
  width:20rem;
  margin:2rem;
  color: #ffff;
}

.footer a, .footer span, .footer p, .footer h2 {
    color: white !important;
}
.first,
.two{
  display:flex;
  flex-direction: column;
}
.block-title {
    background: none;
    position: relative;
    font-size: 22px;
    color: #2A2C38;
    z-index: 1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
 .block-title:after {
    background: white;
}
.block-title:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.two{
      width: 15rem;
}
*/