.acf-block-preview .mlp-callout-box{
  width: 100%;
  margin-left: 0;
}
.acf-block-preview .mlp-callout-box .mlp-box-callout{
    max-width: 100% !important;
    padding: 0 16px !important;
}

.mlp-callout-box{
  /* width: calc(100vw);
  margin-left: -424px; */
  margin-bottom: 70px;
  margin-top: 70px;
  background: #F6F8F8;
  position: relative;
}

.mlp-callout-box::before{
  content: "";
  position: absolute;
  right: -24px;
  height: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #F6F8F8;
  width: 99999px;
}

/* .mlp-callout-box .mlp-box-callout{
  padding: 0 520px 0 424px;
  max-width: 100%;
} */
.mlp-callout-box .mlp-box-callout ._wrap{
  position: relative;
}
.mlp-callout-box .callout-box-icon{
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 0;
}
.mlp-callout-box .callout-box-icon img{
  width: 100%;
}
.mlp-callout-box ._content {
  padding: 48px 0;
}
.mlp-callout-box ._content > *{
  padding-left: 0 !important;
}
.mlp-callout-box ._content >*:first-child{
  margin-top: 0 !important;
}
.mlp-callout-box ._content >*:last-child{
  margin-bottom: 0 !important;
}
.mlp-callout-box ._content h3{
  color: #333;
  margin-bottom: 12px;
}
/*
@media (min-width: 1730px){
  .mlp-callout-box{
    margin-left: calc( (100vw - var(--width-content-v2)) / -2 );
  }
  .mlp-callout-box .mlp-box-callout{
    padding-left: calc( (100% - var(--width-content-v2)) / 2 );
    padding-right: calc( (100% - var(--width-content-v2)) / 2 );
  }
} */

@media (max-width: 1600.98px){
  /* .mlp-callout-box{
    margin-left: -356px;
  } */
  .mlp-callout-box .mlp-box-callout{
    padding: 0 12px;
    /* max-width: calc(100% - 344px - 344px); */
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1200.98px){
  .mlp-callout-box .mlp-box-callout{
    /* max-width: calc(100% - 344px); */
    margin: 0 0 0 auto;
  }
}
/* @media (max-width: 1199.98px){
  .mlp-callout-box{
    margin-left: -332px;
  }
}
@media (max-width: 1024.98px){
  .mlp-callout-box{
    margin-left: -307px;
  }
  .mlp-callout-box .mlp-box-callout{
    max-width: calc(100% - 295px);
  }
}
@media (max-width: 799.98px){
  .mlp-callout-box{
    margin-left: -12px;
    width: calc(100% + 24px);
  }
  .mlp-callout-box .mlp-box-callout{
    max-width: 100%;
  }
} */
@media (max-width: 599.98px){
  .mlp-callout-box{
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .mlp-callout-box .mlp-box-callout{
    padding: 0;
  }
  .mlp-callout-box .callout-box-icon{
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .mlp-callout-box ._content{
    padding: 32px 0 32px;
  }
  .mlp-callout-box ._content h3{
    font-size: 18px;
  }
}
