/**
 * Features widget's style.
 */

@import '../variables';

.features-widget {

	&__item {

		border: 2px solid $color-gray-light;
		
		div {
			width: 80px;
			height: 80px;
		}

		span {
			font-weight: 500;
		}

	}
	
	@include media-breakpoint-down(sm) {
		padding-block: 0 !important;
		background: $white;
		position: relative;
		z-index: 5;
	}

}
