.image-gallery{text-align:center}.image-gallery__intro h2:before{left:calc(50% - 75px)}.image-gallery__wrapper{display:flex;flex-direction:row;height:500px;width:100%}.image-gallery__icon{height:40px;margin-bottom:30px}.image-gallery__item{background-position:50%;background-repeat:none;background-size:cover;flex:1;height:100%;position:relative;transition:flex .8s ease}.image-gallery__item:hover{flex:7}.image-gallery__item-image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.image-gallery .btns-wrapper{margin-top:50px}@media (max-width:768px){.image-gallery__wrapper{height:250px}}