com.less 296 Bytes
@charset "UTF-8";

.com {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 10%, rgba(249, 249, 249, 1) 100%);
    padding-top: 50px;
    .components-box {
        margin-bottom: 50px;
        &:last-child {
            margin-bottom: 0;
        }
    }
}