.icon-list-gardon {
    .icon-list {
        &__icon {
            .icon {
                &-wrap {
                    min-width: 50px;
                    min-height: 50px;
                    height: 50px;
                    width: 50px;
                }

                /* For the first line to be centered with the icon*/
                &-text {
                    margin-top: 13px;
                }
            }
        }
    }
}