.bg-color-ltgray {
    background: #f7f7f7;
}
.bot-data-promo{
	position: relative;
}
.bot-data-promo:after {
    content: "";
    position: absolute;
    background: #e2e2e2;
    display: block;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50vw;
}
.bot-data-promo > .section-wrap{
	position: relative;
	z-index: 20;
}
.bot-data-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bot-data-stats li {
    flex-wrap: wrap;
    flex-direction: column;
}
@media screen and (min-width:768px) {
    .bot-data-stats li:first-child .data-interior {
        margin-left: auto;
    }
    .bot-data-stats li:last-child .data-interior {
        margin-right: auto;
    }
    .bot-data-stats li {
        width: 50%;
    }
    .data-interior {
        max-width: 80%;
    }
}
@media screen and (min-width:1200px) {
    .data-interior {
        max-width: 60%;
    }
}
@media screen and (min-width:1400px) {
    .data-interior {
        max-width: 50%;
    }
}

.bot-data-stats img {
    width: 160px;
    height: 160px;
    margin: 40px auto 20px;
}
.data-interior {
    font-size: 35px;
    line-height: 1.2;
    padding: 0 30px 30px;
}
.data-interior .highlight {
    color: #229187;
}
/* 
.bot-data-promo-top h2 {
    font-size: 40px;
}
 */
.bot-data-promo {
    padding: 50px 0;
}