/* Add here all your CSS customizations */
* Expertise
*/
.feature-box.custom-feature-box {
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon {
  -webkit-box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
          box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
          transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.feature-box.custom-feature-box .feature-box-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: transparent;
  width: 100px;
  position: relative;
  height: 100px;
  border: 6px solid #FFF;
  border-radius: 100%;
  padding: 5px;
  margin-top: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: ease box-shadow 300ms;
  transition: ease box-shadow 300ms;
}
.feature-box.custom-feature-box .feature-box-icon img {
  position: absolute;
  width: 113%;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: ease transform 300ms;
  transition: ease transform 300ms;
}
.thumb-info-zoom-small:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(0.9, 0.9);
}

