.image-gallery .section-title p{margin:0}.image-gallery .images-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}@media (max-width:767px){.image-gallery .images-list{width:100%}}.image-gallery .images-list .image-wrapper{width:calc(33% - 4px)}@media (max-width:767px){.image-gallery .images-list .image-wrapper{width:100%}}.image-gallery .images-list .image-wrapper.image-wrapper.fullwidth{width:100%}.image-gallery .images-list .image-wrapper .image-elm{width:100%;object-fit:cover;border-radius:20px}@media (max-width:767px){.image-gallery .images-list .image-wrapper .image-elm{aspect-ratio:1;height:auto}}