@import "../../variables.scss";


.ContentBlock {
    padding-bottom: $mrg + 140;
    @media (max-width: $xxl) {
        padding-bottom: $mrg + 60;
    }
    @media (max-width: $lg) {
        padding-bottom: $mrg + 20;
    }
    .ContentBlockInfo {
        margin-bottom: $mrg + 40;
        @media (max-width: $lg) {
            margin-bottom: $mrg + 20 !important;
        }
        &:first-child {
            margin-bottom: $mrg + 72;
            @media (max-width: $xxl) {
                margin-bottom: $mrg + 50;
            }
        }
        &:last-child {
            margin-bottom: 0;
        }
        h4 {
            margin-bottom: $mrg + 10;
            font-weight: $font-weight-regular;
        }
        p {
            margin-bottom: $mrg + 30;
            line-height: 1.8;
            @media (max-width: $lg) {
                margin-bottom: $mrg + 10;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    
}