.pro-image-slider{background:#86e0ff; padding:70px 0;}
.pro-image-slider .section-header{margin-bottom:20px;}
.pro-image-slider .section-header__title{font-size:40px;}
.pro-image-slider .fact-slide{width:33.33%;}
.pro-image-slider .fact-img{position:relative; margin:0 auto; max-width:360px;}
.pro-image-slider .fact-img img{width:100%; height:100%; position:absolute; top:0; left:0; object-fit:contain;}
.pro-image-slider .fact-img img.hover-image{opacity: 0;}
.pro-image-slider .fact-img:hover .main-image{opacity:0;}
.pro-image-slider .fact-img:hover .hover-image{opacity:1;}
.pro-image-slider .fact-img::after {content:""; position:relative; width:100%; height:100%; padding-bottom:100%; display:block;}
@media(max-width:767px){
  .pro-image-slider .section-header__title {font-size:30px;}
  .pro-image-slider .fact-slide{width:50%;}
}
@media(max-width:575px){
  .pro-image-slider .fact-slide{width:100%;}
}