.image-gallery-section{padding:60px 0 100px}.image-gallery-section .heading{max-width:440px}.image-gallery-section .heading h6{color:#60646f;font-family:IBM Plex Sans,sans-serif;font-size:18px;font-weight:400;margin-bottom:16px}.image-gallery-section .heading h2{margin-bottom:16px}.image-gallery-section .heading p{color:#1c1e20;font-size:16px;font-weight:400;margin-bottom:12px}.image-gallery-section .slider-container{margin-top:60px;overflow:hidden;position:relative;width:100%}.image-gallery-section .slider{align-items:center;animation:slide 25s linear infinite;display:flex;width:100%}.image-gallery-section .slide{margin:0 15px;min-width:25%}.image-gallery-section .slide img{height:auto;width:100%}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media(max-width:767.98px){.image-gallery-section .slide{min-width:50%}.image-gallery-section .slider{animation:slide 15s linear infinite}}