
.row--services {

}

.service-preview {
    font-size: clamp(1rem, 0.8918rem + 0.4027vw, 1.375rem);
    text-align: center;
    margin-top: 50px;
}
.service-preview__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(2.75rem, 2.3171rem + 1.6107vw, 4.25rem);
}
.service-preview__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}


@media (max-width: 767px) {
    
    .row--services {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: left;
   }
   .row--services > * {
       flex: 0 0 auto;
       width: auto;
       max-width: 102px; 
   }
   .service-preview {
    margin-top: 36px;
    line-height: 1;
    padding-bottom: 15px;
   }

}