.benefits-365 {
    width: 100%;
    background: rgb(0 0 0 / 70%);
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
}

.benefits-promo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #222222;
    box-sizing: border-box;
}
.benefits-promo .benefits-promo-feature {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}
.benefits-promo .benefits-feature-all {
    display: flex;
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
}

.benefits-promo .benefits-feature {
    flex: 1;
    padding: 0 10px;
    padding: 10px;
    box-sizing: border-box;
}
.benefits-promo .benefits-feature .-box {
    border-radius: 10px;
    height: 100%;
}
.benefits-feature p {
    font-size: 12px;
    line-height: 14px !important;
    font-weight: 400;
    padding-bottom: 0px;
}

.benefits-feature img {
    /* background: rgba(33, 150, 243, 0.1); */
    box-sizing: border-box;
	box-sizing: border-box;
    width: 90%;
}

.benefits-promo .benefits-feature-all2 {
    display: flex;
    width: 20%;
    padding: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    float: left;
}

a.reviews-more {
  color: white;
}

a.reviews-more:hover {
  color: #00ddff;
}


@media (min-width: 1150px){
	.benefits-promo .benefits-feature {
		background: #222222;
		border-radius: 10px;
		margin: 10px;
	}
	.benefits-promo .benefits-feature .-box {
		background: #222222;
	}
}
