.icon-block_icon-wrapper {
  line-height: 1em;
  margin-bottom: 35px;
}

.icon-block_icon-wrapper svg {
  height: 100%;
}

.icon-block_image-wrapper {
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
}
}

@media (min-width: 768px) and (max-width: 1150px) {
  .feature-block {
    margin-left: -20px;
    margin-right: -20px;
  }  
}


@media (max-width: 767px) {
  .icon-block_wrapper {
    padding: 1.4rem;
  }
  .feature-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.icon-block_title {
  line-height: 1.2;
  margin-bottom: 0;
}
.icon-block_desc {
  margin-top: 15px;
}
.icon-block-boxed {
  padding: 3.4em 2.4em;
  border: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .icon-block-boxed {
    padding: 2em 1.5em;
  }
}
.icon-block.drop-shadow {
  box-shadow: 0 25px 55px rgba(0,0,0,.5);
}
.icon-block-light.icon-block-boxed {
  border-color: rgba(255,255,255,0.1);
}
.icon-block-light * {
  color: #fff;
}

.icon_block-bg{
  background-repeat: no-repeat;
  min-height: 200px;
  padding: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.icon_block_cta{
  margin: 25px 0;
}

.icon-block{
 position: relative;
}



.type{
  position:absolute;
  right: -20px;
  top: 20px;
  background-color: #f7f7f7;
  padding: 5px 10px;
  color: #ffffff;
}

.Inbound-marketing .type{
  background-color: #be2535;
}


.HubSpot .type{
  background-color: #ff9933;
}

.SEO .type{
  background-color: #253342;
}

.Other .type{
  background-color: #231f20;
}