.benefits-module .items:first-child {
  	margin: 0;
}
.benefits-module .item .inner {
    padding: 0 10px;
}
.benefits-module .item[style*='25'] .inner {
    padding: 0;
}
.benefits-module .item .icon {
  	margin: 0 0 13px;
    height: 52px;
}
.benefits-module .item .icon.image {
  	margin: 0 0 20px;
}
.benefits-module .item .icon svg {
  	max-width: 50px;
  	max-height: 46px;
}
.benefits-module .item .icon[style*=fill] svg {
  	fill: inherit;
}
.benefits-module .item .snippet > a {
  	display: inline-block;
  	margin: 15px 0 0;
}
.benefits-module .ctas {
    margin: 60px 0 0;
}

/* RESPONSIVE */
{#
@media screen and (min-width: 1921px) {
    .benefits-module .item .inner {
        padding: 0 0.52vw;
    }
    .benefits-module .item .icon {
        margin: 0 0 0.68vw;
    }
    .benefits-module .item .icon.image {
        margin: 0 0 1.042vw;
    }
    .benefits-module .item .icon svg {
        max-width: 2.604vw;
        max-height: 2.396vw;
    }
    .benefits-module .item .snippet > a {
        margin: 0.78vw 0 0;
    }
    .benefits-module .ctas {
        margin: 3.125vw 0 0;
    }
}
#}

@media (max-width: 834px) {
		.custom-module.benefits-module .cell-wrapper {
    		padding: 80px 0;
		}
		.benefits-module .items {
    		margin: 60px 0 0;
		}
}

@media (max-width: 600px) {
		.custom-module.benefits-module .cell-wrapper {
    		padding: 55px 0;
		}
		.benefits-module .items {
    		margin: 45px 0 0;
		}
		.benefits-module .ctas {
    		margin: 40px 0 0;
		}
}