/* `xxxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1579.98px) {

}
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
@media(min-width: 1024.98px) and (max-width: 1199.98px) {

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {

}
@media(min-width: 767.98px) and (max-width: 991.98px) {

}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    .projectFactsWrap .item {
       flex: 0 0 50%;
    }
    .projectFactsWrap .item:nth-child(1){
        border:none;
    }
    .projectFactsWrap .item:nth-child(2){
        border-right:none;
    }
    .projectFactsWrap .item:nth-child(5){
        border-left:none;
    }
    .projectFactsWrap .item:nth-child(6){
        border-left:none;
        border-right: none;
    }
    .projectFactsWrap .item-divider {
       flex: 0 0 35%;
       display: block;
       margin:0 auto;
       padding:0;
       height: 1px;
       border-bottom:2px solid #4291b4;
    }

}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .projectFactsWrap .item {
       flex: 0 0 100%;
       border: none;
       border:none;
       border-bottom:2px solid #4291b4;
       padding:3rem 0;
       margin:0;
   }
    .projectFactsWrap .item-divider {
        display: none;
    }
    .projectFactsWrap .item:nth-child(1){
        border-bottom:2px solid #4291b4;
    }

    .projectFactsWrap .item:nth-child(6){
        border-bottom:none;
    }


}
