.feature-card {
	&__list {
		@include media-breakpoint-up(xl) {
			&:nth-child(1) {
				.feature-card__is {
					border-top: 0 !important;
					border-left: 0 !important;
				}
			}
			&:nth-child(2) {
				.feature-card__is {
					border-top: 0 !important;
					border-left: 0 !important;
					border-right: 0 !important;
				}
			}
			&:nth-child(3) {
				.feature-card__is {
					border-top: 0 !important;
					border-left: 0 !important;
                    border-bottom: 0 !important;
				}
			}
			&:nth-child(4) {
				.feature-card__is {
					border-top: 0 !important;
					border-left: 0 !important;
                    border-right: 0 !important;
                    border-bottom: 0 !important;
				}
			}
		}
	}
	&__is {
		padding: 1rem;
        height: 100%;
		@include media-breakpoint-up(sm) {
			padding: 1.5rem;
		}
		@include media-breakpoint-up(lg) {
			padding: 2.5rem;
		}
		@include media-breakpoint-up(xl) {
			padding: 1.5rem;
			border-radius: 0 !important;
		}
	}
}
