
.service-gallery .grid{
    overflow-x: auto;
    white-space: nowrap;
    display: inline-block !important;
}
.service-gallery .h1{
    display: flex;
    font-size:32px;
    font-weight: 700;
    text-align: start;
}
@media only screen and (max-width:375px){
    .service-gallery .h1{
        font-size:24px;
        line-height: 125%;
    }
}

.scroll-container {
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-content {
    display: inline-block;
}

.col-s-6, .col-m-3, .col-2 {
    display: inline-block;
    vertical-align: top;
}
.col-s-6.col-m-3.col-2 {
    transition: box-shadow 0.3s ease;
}

.col-s-6.col-m-3.col-2:hover {
    box-shadow: var(--ui-shadow);
}