/**handles:block-acf-custom-slider-gallery**/
.custom-slider-gallery{background-color:#f7f7f7}.custom-slider-gallery h2{text-align:center}.custom-slider-gallery .custom-slider{gap:40px;padding:50px 0;justify-content:space-evenly;justify-items:center;align-content:space-evenly;align-items:center;display:flex;flex-wrap:wrap}.custom-slider-gallery .custom-slider .item{background-color:#fff;border-radius:50%;height:200px;width:200px}.custom-slider-gallery .custom-slider .item img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%;filter:grayscale(100%)}.custom-slider-gallery .custom-slider .item a{display:block}.custom-slider-gallery .custom-slider .item a:hover img{filter:grayscale(0%)}@media screen and (max-width:700px){.custom-slider-gallery .custom-slider{gap:20px;padding:20px 0}.custom-slider-gallery .custom-slider .item{height:150px;width:150px}}