.image-gallery-block .image-gallery-container{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.image-gallery-block .image-gallery-container img{width:32%;height:250px}@media(max-width:991px){.image-gallery-block .image-gallery-container img{width:100%;height:100%}}.owl-nav-wt{display:flex;justify-content:flex-end;margin-right:25px;margin-bottom:25px}button.owl-prev-wt,button.owl-next-wt{background-color:var(--elarb-blue-dark);border-radius:5px;color:var(--elarb-white);padding:5px 10px;border:0;font-size:20px}button.owl-prev-wt:hover,button.owl-next-wt:hover{background-color:var(--elarb-blue)}button.owl-next-wt{margin-left:10px}.owl-dots{margin-top:25px;display:flex;align-items:center;justify-content:flex-end;margin-right:25px}button.owl-dot{width:20px;height:20px;background-color:var(--elarb-light-gray) !important;margin-right:10px}button.owl-dot.active{width:25px;height:25px;background-color:var(--elarb-blue-dark) !important}@media(max-width:575px){.owl-nav-wt{display:none}.owl-dots{justify-content:center;margin-right:0}button.owl-dot{width:10px;height:10px}button.owl-dot.active{width:15px;height:15px}}