/* company intro variant 1 */

.company-intro-variant-1 .c-intro-img img{
  width: 100%; /*If image is large enough this is not needed*/
}
.company-intro-variant-1 .c-intro-list .icon-box-holder {
  width: 100%;
  position: relative;
}
.company-intro-variant-1 .c-intro-list .icon-box-holder.line_right:before {
  content: '';
  background-color: #2D358B;
  height: 100%;
  width: 1px;
  left: 34px;
  top: 0;
  position: absolute;
  z-index: 0;
}
.company-intro-variant-1 .c-intro-list .icon-box-holder .icon-holder {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 1;
  border-radius: 50%;
  float: left;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.company-intro-variant-1 .c-intro-list .icon-box-holder:hover .img-icon-hover > img:first-child {
    opacity: 0;
    visibility: hidden;
}
.company-intro-variant-1 .c-intro-list .icon-box-holder:hover .img-icon-hover > img:last-child {
    opacity: 1;
    visibility: visible;
}

 span.over1 {
  font-size: 25px;
  color:#CC1930;
  text-transform: uppercase;
  line-height: 100%;
  display: block;
  font-family: 'Bebas Neue', cursive;
}