.three-clm{
  padding:100px 0px;
  background: #eee;
}
.three-cont {
    position: relative;
}
.three-com a.link:hover {
    cursor: pointer;
    opacity: 0.8;
}
.three-com a.link {
    position: absolute;
    right: 25px;
    bottom: 10px;
    left: 81%;
}
.sc-heading {
  padding: 0px 25%;
  position: relative;
}
.sc-heading h2:before{
  position: absolute;
  content: "";
  background: #FFA300;
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 47%;
  right: 0;
  border-radius: 10px;
}
.sc-heading h2:after{
  position: absolute;
  content: "";
  background: #FFA300;
  width: 20px;
  height: 4px;
  bottom: 0;
  left: 51%;
  right: 0;
  border-radius: 10px;
}
.three-clm-inner{
  display:-webkit-flex;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  margin:0 -15px;
}
.three-com{
  -webkit-flex:0 0 33.33%;
  -webkit-box-flex:0 0 33.33;
  -moz-flex:0 0 33.33;
  -moz-box-flex:0 0 33.33;
  -ms-flex:0 0 33.33;
  display: flex;
  flex:0 0 33.33;
  max-width:33.33%;
  width:100%;
  padding:0 15px;
}
.three-img{
  height:80px;
}
.three-img img{
  object-fit: cover;
  position: relative;
  height: 100%;
  max-width:80px; !important;
}
.three-cont {
  display: inline-block;
  width: 100%;
  padding: 50px 20px;;
  margin-top: 40px;
  transition: 0.3s all;
  background: #ffffff;
  border-radius: 5px;
}
.three-inner-cont h3{
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px 15px;
}
.three-inner-cont p{
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}
.three-cont:hover{
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
  transform: translateY(-10px);
  transition: 0.3s all;
}

@media (max-width:479px){
  .three-inner-cont h2{padding:20px 0 10px}
  .three-cont{    padding: 20px 20px; margin-top: 20px;}
   .sc-heading{    padding: 0px; }
}
@media (min-width:480px) and (max-width:767px){
  .three-img.span4{width: 40% !important;float: left !important;margin-right: 20px;}
  .three-cont{    padding: 20px 20px; margin-top: 20px;}
   .sc-heading{    padding: 0px; }
}
@media (max-width:767px){
  .three-com a.link {
    left: 85%;
}
  .three-clm{padding:40px 0px;}
  .three-clm-inner{margin:0px;}
  .three-com {-webkit-flex: 0 0 100%;-webkit-box-flex: 0 0 100;-moz-flex: 0 0 100;
    -moz-box-flex: 0 0 100;-ms-flex: 0 0 100;flex: 0 0 100;max-width: 100%;padding: 0;}
   .three-cont{    padding: 30px 20px; margin-top: 30px;}
   .sc-heading{    padding: 0px; }
}
@media (min-width:768px) and (max-width:991px){
  .three-clm{padding:50px 0px;}
  .three-clm-inner{margin:0px;}
  .three-inner-cont{width: 100% !important;float: left !important;margin:0 !important;}
  .three-com {-webkit-flex: 0 0 100%;-webkit-box-flex: 0 0 100;-moz-flex: 0 0 100;
    -moz-box-flex: 0 0 100;-ms-flex: 0 0 100;flex: 0 0 100;max-width: 100%;padding: 0;}
  .three-cont{    padding: 30px 20px; margin-top: 30px;}
   .sc-heading{    padding: 0px 20%; }
}