/*number boxes*/
.number-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    flex-wrap: nowrap;
}

.box {
    background: #5eb8b9;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 125px;
    margin: 11px;
    border-radius: 20px;
    padding: 5px;
    flex-direction: column;
    text-align: center;
}

.box img {
    max-width: 100%;
}

.box .counter {
    font-family: freightsansprobold,Arial,Verdana,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    color: #ffffff;
}

.counter.number1:after {
    content: '+';
}

@media screen and (max-width: 1100px){
       .number-boxes {
        flex-wrap:wrap;   
       }
}



/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d2eecdc5314f4571af68592acbd2027d { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d2eecdc5314f4571af68592acbd2027d > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e0e1ce2664a54f8fa273a86f661b58ac { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e0e1ce2664a54f8fa273a86f661b58ac > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d767b5364e9645ef98ac1164e83906f2 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d767b5364e9645ef98ac1164e83906f2 > .item {
	display: flex;
	flex-direction: column;
}