.image-gallery{width:100%;padding-top:20px;padding-bottom:80px;color:#1f473e}.image-gallery h2{text-align:center;padding:0 0 25px;font-size:40px;line-height:1}.image-gallery-container{margin:0 auto;max-width:1280px}.image-gallery-container-images{display:flex;flex-direction:row;flex-wrap:wrap;position:relative}@media only screen and (max-width:768px){.image-gallery-container-images{flex-wrap:nowrap;overflow:auto}}.image-gallery-container img{width:23.42%;height:300px;object-fit:cover;margin:10px;border-radius:6px}@media only screen and (max-width:768px){.image-gallery-container img{width:38vw;height:25vh;margin-right:0}}.image-gallery-container img:nth-of-type(4n){padding-right:0}.image-gallery-container img:first-child,.image-gallery-container img:nth-of-type(4n+1){padding-left:0}