.services-cards {
  margin-bottom:85px;
}

.services-cards .section-title {
  margin: 26px 0 30px;
  padding: 0 5px;
}

.services-cards .section-title h4 {
  margin: 0;
  line-height: 1.175;
}

.services-cards .card:before {
  content:"";
  display:block;
  width:auto;
  margin:0 0 16px 20px;
  right:15px;
  position:relative;
  border-top:1px solid rgba(196,195,215,1);
}

.services-cards .card ~ .card:before {
  margin-bottom:31px
}

.services-cards .card .bg-title-wrapper {
  margin: 19px 0 10px;
  float: left;
  background-color:rgb(62,59,94);
  position: relative;
  max-width:181px;
  width: 100%;
  text-align:center;
  padding: 22px 11px 20px 13.5px;
}

.services-cards .card ~ .card .bg-title-wrapper {
  margin-top:16px;
}

.services-cards .card .bg-title-wrapper:after {
  content:"";
  position: absolute;
  height: 0;
  width: 0;
  display:block;
  border: calc(0px + 10px) solid transparent;
  border-top-color: rgb(62,59,94);
  border-left-width: 0;
  right: 0;
  top: 100%;
}

.services-cards .card .bg-title-wrapper .icon-wrapper {
  position:absolute;
  left: -24px;
  top: -15px;
  width: 40px;
  height: 40px;
}

.services-cards .card .bg-title-wrapper .icon-bg {
  width:100%;
  height:100%;
  fill: #148AAB;    
  position: absolute;
  left: 0;
  top: 0;
}

.services-cards .card .bg-title-wrapper .icon-bg svg {
  width:100%;
  height:100%;
}

.services-cards .card .bg-title-wrapper .svg-icon {
  width: 21px;
  height: 20px;
  margin: 9px 0 10px 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.services-cards .card ~ .card .bg-title-wrapper .svg-icon {
  width:24px;
  height:24px;
  margin: 8px 0 14px 10px;
}

.services-cards .card .bg-title-wrapper .svg-icon svg {
  width: 100%;
  height: 100%;
}

.services-cards .card .bg-title-wrapper .svg-icon svg path {
  fill: #FEFDFD;
}

.services-cards .card .bg-title-wrapper h6 {
  color:#fefdfd;
  font-size:17px;
  line-height:normal;
  margin: 0;
}

.services-cards .card .card-content {
  margin: 19px 0 8px;
  float: left;
  width: calc(100% - 181px);
  padding-left: 24px;
  line-height: normal;
}

.services-cards .card .card-content ul,
.services-cards .card .card-content ol {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
}

.services-cards .card .button-wrapper {
  margin-bottom: 37px;
  margin-left: 10px;
  margin-top: 4px;
}

.services-cards .card .button-wrapper a {
  display: inline-block;
  padding: 6px 32px 7px;
  box-shadow: 0px 4px 0px 0px rgb(34, 68, 66, 50%);
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  background-color: #448785;
  color: #fff;
  border-radius: 20px;
  font: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
}

.services-cards .card .button-wrapper a:hover {
  background-color:#8c8b8b;
}

.services-cards .card ~ .card .button-wrapper {
  margin-top: -1px;
  margin-bottom: 50px;
}

.services-cards .card ~ .card .button-wrapper a {
  padding: 13.313px 44px;
}

.services-cards .card:nth-of-type(3) .button-wrapper {
  margin-bottom: 30px;
}

.services-cards .card:last-of-type .button-wrapper {
  margin: 26px 0 113px 10px;
}

@media (min-width:768px) {
  .services-cards .card:nth-of-type(2n) ~ .card {
    margin-left:-5px;
  }

  .services-cards .card:nth-of-type(2n) ~ .card:before {
    margin-left: 25px;
  }

  .services-cards .card:nth-of-type(2n) ~ .card .bg-title-wrapper {
    margin:26px 0 49px;
  }

  .services-cards .card:nth-of-type(2n) ~ .card .bg-title-wrapper .icon-wrapper {
    left:-19px;
    top: -16px;
  }

  .services-cards .card:nth-of-type(2n) ~ .card .bg-title-wrapper .svg-icon {
    width: 22px;
    height: 25px;
    margin: 7px 0 14px 10px;
  }

  .services-cards .card:nth-of-type(2n) ~ .card .button-wrapper {
    margin-left:15px;
  }

  .services-cards .card:nth-of-type(3n) ~ .card .bg-title-wrapper {
    margin:25px 0 49px;
  }

  .services-cards .card:nth-of-type(3n) ~ .card .bg-title-wrapper .icon-wrapper {
    top:-13px;
  }


  .services-cards .card:nth-of-type(3n) ~ .card .bg-title-wrapper .svg-icon {
    width: 23px;
    height: 22px;
    margin: 9px 0 14px 7px;
  }

  .services-cards .card:nth-of-type(3n) ~ .card .button-wrapper {
    margin-top:0px;
  }

  .services-cards .card:nth-of-type(3n) ~ .card .card-content .content {
    margin:5px 0 7px;
  }

  .services-cards .card:nth-of-type(4n) ~ .card:before {
    margin-bottom:13px;
  }


  .services-cards .card:nth-of-type(4n) ~ .card .bg-title-wrapper .icon-wrapper {
    top:-15px;
  }


  .services-cards .card:nth-of-type(4n) ~ .card .bg-title-wrapper .svg-icon {
    width: 28px;
    height: 21px;
    margin: 9px 0 14px 7px;
  }

  .services-cards .card:nth-of-type(4n) ~ .card .button-wrapper {
    margin-top:0px;
    margin-bottom:28px;
  }

  .services-cards .card:nth-of-type(4n) ~ .card .card-content .content {
    margin:7px 0 3px;    
  }


  .services-cards .card:nth-of-type(5n) ~ .card:before {
    margin-bottom:20px;
  }


  .services-cards .card:nth-of-type(5n) ~ .card {
    margin-left:-10px
  }

  .services-cards .card:nth-of-type(2n) ~ .card:before {
    margin-left: 30px;
  }

  .services-cards .card:nth-of-type(5n) ~ .card .bg-title-wrapper {
    margin:27px 0 49px;
    padding: 23px 11px 25px 13.5px;
  }

  .services-cards .card:nth-of-type(5n) ~ .card .bg-title-wrapper .icon-wrapper {
    top:-17px;
    left:-14px;
  }


  .services-cards .card:nth-of-type(5n) ~ .card .bg-title-wrapper .svg-icon {
    width: 24px;
    height: 26px;
    margin: 8px 0 14px 8px;
  }

  .services-cards .card:nth-of-type(4n) ~ .card .button-wrapper {
    margin-top:0px;
    margin-bottom:28px;
  }

  .services-cards .card:nth-of-type(5n) ~ .card .card-content {
    padding-left: 29px;
  }

  .services-cards .card:nth-of-type(5n) ~ .card .card-content .content {
    margin:8px 0 26px;;
  }
}

@media (max-width:767px) {
  .services-cards .section-title {
    margin:5px 0 12px;
    padding: 0 9px;
  }

  .services-cards .section-title h4 {
    font-size: 30px;
    line-height: normal;
  }

  .services-cards-section .dnd-section>.row-fluid {
    padding:0;
  }

  .services-cards .card:before {
    right: 1px;
    margin-left: 3px;
  }

  .services-cards .card .bg-title-wrapper,.services-cards .card ~ .card .bg-title-wrapper {
    float: none;
    margin: 93px auto 0;
    padding-bottom: 10px;
  }

  .services-cards .card .bg-title-wrapper .icon-wrapper {
    left: 50%;
    transform: translate(-50% , 0);
    margin-top: 12px;
    top: -91px;
  }

  .services-cards .card .card-content {
    width: 100%;
    padding: 1px;
  }

  .services-cards .card .button-wrapper {
    text-align: center;
    margin: 6px 0 0;
  }

  .services-cards {
    margin: 0;
  }

  .services-cards .card:last-of-type .button-wrapper {
    margin-bottom:0;
  }
}












