.col-padding-16 {
        padding: 8px !important;
    }
    
    .col-card {
        margin: 8px 8px 8px 8px;
        border: 0;
        box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0227778), 0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0182222), 0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0117778), 0px 1.85185px 3.14815px rgba(0, 0, 0, 0.00722222);
        border-radius: 10px;
    }
    
    .benefits_text_120 {
        padding-top: 120px !important;
    }
    
    .gallery-default-block {
        height: auto;
        display: flex;
        align-items: center;
        background: none;
    }
    
    .gallery-default-button {
        margin-top: 42px;
        margin-right: 0;
        cursor: pointer;
    }
    
    /** Below CSS is completely optional **/
    .gallery-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }
    
    .gallery-container-column {
        display: flex;
        flex-direction: column;
    }
    
    .gallery-item {
        height: max-content;
        padding: 8px;
    }
    
    .gallery-item img {
      height: auto;
    }
    
    @media (max-width: 900px) {
        .gallery-container {
            grid-template-columns: repeat(1, 1fr);
        }
        
        .col-card {
            margin-left: 0;
            margin-right: 0;
            padding: 0;
        }
    }