.widget.blue-box .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.blue-box a {
  margin-bottom: 2%;
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  background-size: cover;
  background-position: center center;
}

.widget.blue-box a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #233867;
  opacity: .8;
}

.widget.blue-box a > div {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 44px;
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  -moz-transition: .2s all;
  transition: .2s all;
}

.widget.blue-box a > div img {
  display: block;
  margin-bottom: 5px;
}

.widget.blue-box a > div div {
  position: relative;
}

.widget.blue-box a > div div:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 21px;
  left: -44px;
}

.widget.blue-box a:hover {
  text-decoration: none;
}

.widget.blue-box a:hover > div {
  color: #bad0ec;
}

@media (max-width: 768px) {
  .widget.blue-box a {
    padding-top: 100px;
  }
}

@media (max-width: 640px) {
  .widget.blue-box a {
    width: 100%;
  }
}
