.image-gallery__section{padding:80px 0}.image-gallery__section h2{font-size:50px;margin-left:1.5rem}.image-gallery-wrapper{align-items:center;display:flex;margin-top:2rem;overflow:hidden;position:relative}.image-gallery{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.image-gallery .gallery-item:first-child img{margin-left:1rem}.image-gallery .gallery-item:last-child img{margin-right:1rem}.image-gallery::-webkit-scrollbar{display:none}.gallery-item img{border-radius:38px;display:block;height:500px;max-width:none;width:auto}button.gallery-arrow{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.2);cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:absolute;width:40px;z-index:10}.gallery-button-disabled{opacity:.3;pointer-events:none}.gallery-arrow.left{left:10px;transform:rotate(-180deg)}.gallery-arrow.right{right:10px}@media screen and (max-width:767px){.gallery-arrow{display:none!important}.image-gallery__section{padding:0}.image-gallery__section h2{margin:0;text-align:center}}