@media(min-width:501px){.image-gallery{align-items:center;column-gap:15px;display:grid;grid-template-columns:repeat(auto-fill,15%);grid-template-rows:auto;justify-content:center;margin:auto;row-gap:45px;width:100%}}@media(max-width:500px){.image-gallery .slick-slide{align-items:center;display:flex;min-height:70px;padding:10px!important}}.image-gallery img{display:block;margin:auto;padding:5px 0}.image-gallery .slick-dots li,.slick-dots li button{border-radius:5px!important;cursor:pointer;height:auto;overflow:hidden;width:auto}.image-gallery .slick-dots li button{background-color:rgba(23,34,77,.2);border-radius:2px;height:4px;padding:0;width:60px}.image-gallery .slick-dots li button:before{background-color:#ff8b0d;content:"";height:5px;left:inherit;opacity:1;right:0;top:4px;transition:1s;width:0}.image-gallery .slick-dots li.slick-active button:before{color:#000;left:0;opacity:1;transition:7s;width:100%}.image-gallery .slick-dots{bottom:-100px;left:50%;margin:0;padding:0;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}@media(max-width:500px){.image-gallery .slick-dots li{max-width:35px}}