.text-img {
  padding: 0px 30px 0px 30px;
  margin-bottom: 80px;
}

.text-img .img-wrapper {
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-img .right {
  text-align: right;
}

.text-img .right img {
  margin-right: 60px;
}

.text-img .left {
  text-align: left;
}

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

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

.text-img .box {
  padding-left: 50px;
  padding-top: 40px;
}

.text-img .box .desc ul {
  list-style-type: none;
  padding-left: 0;
}

.text-img .box .desc ul li a {
  display: inline-block;
  font-family: 'Hind';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.56;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 5px;
  -webkit-transition: color 0.35s linear 0s;
  -o-transition: color 0.35s linear 0s;
  -moz-transition: color 0.35s linear 0s;
  transition: color 0.35s linear 0s;
}

.text-img .box .desc ul li a:before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: #006cb8;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}

.text-img .box .desc ul li a:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  background: #4296d0;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  -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-img .box .desc ul li a:hover:after {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
  left: 25px;
  -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-img .box .link {
  margin-top: 40px;
}

.text-img .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-img .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-img .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-img .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;
}

@media (max-width: 767px) {
  .text-img .title {
    font-size: 24px;
  }
  .text-img .title span {
    background-color: #fff;
    display: inline-block;
    z-index: 99;
    position: relative;
    padding-left: 5px;
    margin-left: -5px;
    padding-right: 10px;
  }
  .text-img .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: 99;
    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-img .box {
    padding-left: 0px;
    padding-top: 0;
  }
  .text-img .right {
    padding: 0;
  }
  .text-img .right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
  .text-img .box-tile .title {
    font-size: 25px;
  }
  .text-img .desc {
    margin-top: 30px;
  }
}
