.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{
  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{
  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 (max-width: 1200.98px){
  .mlp-callout-box:before{
    right: -12px;
  }
}
@media (max-width: 799.98px){
  .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;
  }
}
