.g-blockcontent-header {
    @include breakpoint(mobile-only) {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }
}

.g-blockcontent-subcontent-title-icon {
    margin-bottom: $content-margin;
    font-size: $core-font-size + .8;
}

.g-blockcontent-subcontent-title-text {
    font-weight: $font-weight-bold;
    font-size: $core-font-size + 0.5;
    margin-top: 0;
    margin-bottom: $content-padding - 0.5;
    line-height: $core-line-height - .2;
}

.g-blockcontent-subcontent-block {
    &.g-blockcontent-subcontent-block-accent1 {
        background: $accent-color-1;
    }
}

.g-blockcontent-subcontent-subtitle {
    font-family: get-font-family($font-family-default);
    font-weight: $font-weight-semibold;
    font-size: $core-font-size - .1;
    vertical-align: super;
    margin-bottom: $content-margin + 1;
}

.g-blockcontent-subcontent-desc {
    font-family: get-font-family($font-family-default);
    font-weight: $font-weight-light;
    font-size: $core-font-size + 0.2;
    position: relative;
    margin: $content-margin 0;
    line-height: $core-line-height - 0.1;

    i {
        margin-top: $content-margin;
    }
}

.g-blockcontent-subcontent-img {
    border-radius: $border-radius;
}

.g-blockcontent-description {
    font-family: get-font-family($font-family-default);
    font-size: $core-font-size;
    font-weight: $font-weight-light;
}

.g-blockcontent-buttons {
    margin-top: $content-padding - 1;
    margin-bottom: $content-padding;
}
