.text-tiles {
  background-color: #f1f6fb;
  margin-bottom: 90px;
}

.text-tiles .desc-box .title {
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 400;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.text-tiles .desc-box .title:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #bcc4d0;
  display: block;
  position: absolute;
  top: 32px;
  left: -55px;
}

.text-tiles .desc-box .link {
  margin-top: 40px;
}

.text-tiles .desc-box .link a {
  font-family: 'Hind';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #000;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .desc-box .link a:after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: #006cb8;
  display: block;
  position: absolute;
  top: 11px;
  right: -20px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .desc-box .link a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #006cb8;
  -moz-text-decoration-color: #006cb8;
  text-decoration-color: #006cb8;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .desc-box .link a:hover:after {
  width: 20px;
  right: -26px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .box-tile {
  min-height: 230px;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .box-tile .title {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 30px;
  line-height: 1.2;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .box-tile .title:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #bcc4d0;
  display: block;
  position: absolute;
  top: 19px;
  left: -30px;
}

.text-tiles .box-tile .title a {
  width: 100%;
  height: 100%;
  display: block;
}

.text-tiles .box-tile:hover .title {
  color: #bad0ec;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
  transition: all 1s cubic-bezier(0, 0, 0, 0.82) 0s;
}

.text-tiles .box-tile .img {
  text-align: right;
}

.text-tiles .box-tile .img img {
  max-width: 70px;
  height: auto;
  margin-top: 25px;
  margin-right: 10px;
}

.box-tiles-wrapper .box-tile {
position: relative;
}

.box-tiles-wrapper .box-tile .box-tile__link{
  position: absolute;
  width:100%;
  height:100%;
}

@media (max-width: 992px) {
  .text-tiles {
    background-color: #fff;
  }
  .text-tiles .desc-box .title {
    font-size: 24px;
  }
  .text-tiles .desc-box .title span {
    background-color: #fff;
    display: inline-block;
    z-index: 10;
    position: relative;
    padding-left: 5px;
    margin-left: -5px;
    padding-right: 10px;
  }
  .text-tiles .desc-box .title:before {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 2px;
    background: #000;
    position: absolute;
    left: -15px;
    z-index: 9;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .text-tiles .desc-box .desc-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .text-tiles .box-tile .title {
    font-size: 18px;
  }
  .text-tiles .box-tile .title:before {
    top: 15px;
  }
}

@media (max-width: 767px) {
  .text-tiles .box-tiles-wrapper {
    padding: 0 15px;
  }
  .text-tiles .box-tile .title {
    font-size: 16px;
  }
  .text-tiles .box-tile .title:before {
    top: 10px;
  }
}
