.infographic_boxes {  margin: 36px auto;
    position: relative;  width: calc(100% + 30px);
    left: -15px;


    max-width: 1452px;
/*    border-left: 44px solid transparent;
    border-right: 44px solid transparent;*/
}

.infointro+.landingwrapper>.infographic_boxes {margin-top: 10px;}

.infographic_boxes { display: flex; justify-content:center; flex-wrap: wrap; /*white-space: nowrap;*/ }


.infographic_boxes>div { color: #544B34;
    background: linear-gradient(180deg, rgba(176, 159, 107, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
    border-radius: 28px;

    border: 1px solid #A89769;
    width: 50%; margin:20px 15px;
    width: calc(33.333% - 30px);

    width: calc(25% - 30px);
    text-align: center; padding:20px;  padding:30px 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);

}


/*.infographic_boxes>div:first-child { margin-left: 0 !important;}
.infographic_boxes>div:last-child { margin-right: 0 !important; }*/

.infographic_boxes>div p {/*font-weight: 500;*/ font-weight: 400; font-size: 2rem; line-height: 1.4; }
.infographic_boxes>div p.number{
    /*font-weight: 900;*/
    font-weight: 900;
    font-size: 80px; font-size: 60px; font-size: 56px; margin:0 0 0.15em; letter-spacing: -0.033em;  line-height: 1; white-space: nowrap;

}

.infographic_boxes>div p.number span{
    font-size: 0.75em; letter-spacing: -0.01em; padding-left: 0.05em;
}




.infographic_boxes>div p.co {
    text-transform: uppercase;
    /*font-weight: 500;*/ font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;


}



@media all and (max-width: 1199px) {
    .infographic_boxes {   max-width: 700px;  }

    .infographic_boxes>div { width: calc(50% - 30px); }

}

@media all and (max-width: 899px) {
    .infographic_boxes {
        /*border-left: 20px solid transparent;
          border-right: 20px solid transparent;*/
    }

    .infographic_boxes > div p.number {
        font-size: 52px;

    }
}
@media all and (max-width: 599px) {
    .infographic_boxes { width: 100%;left:0 }
    .infographic_boxes>div { width: 100%; max-width: 380px;  max-width: none; margin:20px 0;  }
    .infographic_boxes>div p:not(.number) {  font-size: 1.6rem; line-height: 1.4; }
}

