.section-icon-block {
    .heading {
        margin-bottom: 40px;
        @include breakpoint(lg) {
            margin-bottom: 70px;
        }
    }
    &-item {
        &.has-border {
            .icon-block {
                border: 1px solid $border-color;
                border-radius: 16px;
                padding: 25px 20px;
                @include breakpoint(lg) {
                    padding: 31px 40px 31px 22px;
                }
            }

            .icon-wrap {
                margin-bottom: 26px;
            }

            .content {
                padding-left: 4px;

                .title {
                    margin-bottom: 29px;
                }
            }
        }
    }
}

.icon-block {
    height: 100%;
    .icon-wrap {
        width: 64px;
        margin-bottom: 31px;
        position: relative;

        &:before {
            content: '';
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            // border: 1px dashed rgba($mid-grey, 0.5);
        }
    }

    .content {
        .title {
            margin-bottom: 15px;
            @include breakpoint(lg) {
                margin-bottom: 24px;
            }
        }

        .desc {
            margin-bottom: 0;
            line-height: 1.75;
        }
    }

    .cart-added {
        position: absolute;
        color: $green;
        margin-top: 4px;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
}
