.acf-block-preview .mlp-box-new{
  width: 100%;
  margin-left: 0;
}
.acf-block-preview .mlp-box-new .mlp-box-wrap{
  padding: 0 12px;
}

.mlp-box-new{
  /* width: calc(100vw);
  margin-left: -424px; */
  margin-bottom: 70px;
  margin-top: 70px;
  background: #F6F8F8;
  position: relative;
}

.mlp-box-new::before{
  content: "";
  width: 99999px;
  position: absolute;
  right: -24px;
  height: 100%;
  top: 0;
  background: #F6F8F8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/* .mlp-box-new .mlp-box-wrap{
  padding: 0 520px 0 424px;
  max-width: 100%;
} */
.mlp-box-new .mlp-box-wrap .box-icon{
  width: 52px;
  height: 52px;
  border-radius: 9.6px;
  border: 4px solid #FFF;
  background: #DFEFE4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -26px;
}
.mlp-box-new .mlp-box-wrap .__content{
  position: relative;
}
.mlp-box-new .mlp-box-wrap .content-box{
  padding: 48px 0;
}
.mlp-box-new .mlp-box-wrap .content-box >*{
  padding-left: 0 !important;
}
.mlp-box-new .mlp-box-wrap .content-box >*:first-child{
  margin-top: 0 !important;
}
.mlp-box-new .mlp-box-wrap .content-box >*:last-child{
  margin-bottom: 0 !important;
}
.mlp-box-new .mlp-box-wrap .content-box h3{
  margin-bottom: 12px;
}
/* @media (min-width: 1730px){
  .mlp-box-new{
    margin-left: calc( (100vw - var(--width-content-v2)) / -2 );
  }
  .mlp-box-new .mlp-box-wrap{
    padding-left: calc( (100% - var(--width-content-v2)) / 2 );
    padding-right: calc( (100% - var(--width-content-v2)) / 2 );
  }
} */
@media (max-width: 1600.98px){
  /* .mlp-box-new{
    margin-left: -356px;
  } */
  .mlp-box-new .mlp-box-wrap{
    padding: 0 12px;
    /* max-width: calc(100% - 344px - 344px); */
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1200.98px){
  .mlp-box-new .mlp-box-wrap{
    /* max-width: calc(100% - 344px); */
    margin: 0 0 0 auto;
  }
}
/* @media (max-width: 1199.98px){
  .mlp-box-new{
    margin-left: -332px;
  }
}
@media (max-width: 1024.98px){
  .mlp-box-new{
    margin-left: -307px;
  }
  .mlp-box-new .mlp-box-wrap{
    max-width: calc(100% - 295px);
  }
}
@media (max-width: 799.98px){
  .mlp-box-new{
    margin-left: -12px;
    width: calc(100% + 24px);
  }
  .mlp-box-new .mlp-box-wrap{
    max-width: 100%;
  }
} */
@media (max-width: 599.98px){
  .mlp-box-new{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mlp-box-new .mlp-box-wrap{
    padding: 0;
  }
  .mlp-box-new .mlp-box-wrap .content-box{
    padding: 48px 0 32px;
  }
  .mlp-box-new .mlp-box-wrap .content-box h3{
    font-size: 18px;
  }
}
