.lft_icon_contnt { 
  position: relative;
  text-align: left;
}

.lft_icon_contnt  .lft_icon_contnt_header {
  position: relative;
  display: block;
  color: #f0641f;
  width: auto;
  margin-right: 30px;
  float: left;
  padding-bottom: 100px;
}

.lft_icon_contnt.withbg  .lft_icon_contnt_icon {
  position: relative;
  display: inline-block;
  font-size: 21px;
  text-align: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin-bottom: 0;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
  background-color: #f0641f;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.01);
  color: #ffffff;
}

.lft_icon_contnt.withoutbg  .lft_icon_contnt_icon { 
  background: none;
  float: none;
  position: relative;
  display: inline-block;
  font-size: 48px;
}

.lft_icon_contnt  .lft_icon_contnt_icon i {
  position: relative;
  top: 0;
  z-index: 10;
  line-height: inherit;
  color: inherit;
  left: 0;
  margin-bottom: 35px;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.lft_icon_contnt.withoutbg  .lft_icon_contnt_icon i{
  color: #135ad0;
  line-height:1;
}

.lft_icon_contnt .lft_icon_contnt_cnt {
  overflow: hidden;
  padding-left: 0;
}

.lft_icon_contnt  .lft_icon_contnt_cnt span {
  font-weight: 400;
  color: #666; 
}

.lft_icon_contnt.withbg:hover .lft_icon_contnt_icon {
  background: linear-gradient(90deg, rgba(242,74,21,.96) 0%, rgba(239,126,42,.96) 100%) ;
}

.lft_icon_contnt .lft_icon_contnt_cnt h5{
  -webkit-transition: color 0s ease-in;
  transition: color 0s ease-in
}

.lft_icon_contnt.withoutbg:hover .lft_icon_contnt_cnt h5{
  color: #707070; 
}

.lft_icon_contnt.withoutbg .lft_icon_contnt_cnt span{
  color: #666;
  font-weight:500;
}

@media only screen and (max-width: 989px) and (min-width: 768px){
  .lft_icon_contnt {
    margin-bottom: 30px;
  }
}

@media(max-width:768px){
  .lft_icon_contnt .lft_icon_contnt_header {
    display: none;
  }

  .lft_icon_contnt {
    padding: 0;
    margin:  0 0 30px;
  }
}