{#
@media (max-width: 1870px) and(min-width: 1501px) {
  body .bottom-img {
    width: calc(100% + 8%);
  }
}

@media(max-width: 1500px) and (min-width: 1401px){
  body .bottom-img {
    width: calc(100% + 15%);
    left: 0px;
  }
}
@media(max-width: 1400px) and (min-width: 1025px){
  body .three-col-grid-section .bottom-img {
    position: absolute;
    width: calc(100% + 42%);
    left: -9px;
  }
}
@media (max-width: 1024px) and (min-width: 993px){
  .bottom-img {
    position: absolute;
    width: calc(100% + 19%);
    left: 0;
  }
}
@media(max-width: 1600px) and (min-width: 1024px){
  body .three-col-grid-section .sec-mx-width:before {
    width: calc( 100% - 30px);
  }
}
@media(max-width: 1440px) and (min-width: 1025px){
  body .three-col-grid-section .three-col-box-outer .row-fluid .three-col-adjust span>.hs_cos_wrapper:not:(:last-child){
    margin-right: -1.57%;
  }
}
@media(max-width: 1023px) and (min-width: 768px){
  body .three-col-grid-section .sec-mx-width:before{
    width: calc( 100% - 35px);
  }
  body .three-col-grid-section .bottom-img {
    position: absolute;
    width: calc(100% + 20%);
    left: -9px;
  }
}
@media(max-width: 767px){
  .bottom-img{
    width: calc(100% + 0%);
  }
}
body .bottom-image{
  position:relative;
  z-index:1;
}
body .bottom-image::before {
  bottom: -1px;
  background-image: url(https://f.hubspotusercontent-eu1.net/hubfs/24903309/Brockmeyer%20Assets-2021/Images/mask_shape_images/Image%20mask%20bottom%20to%20left%20black.svg);
  content: '';
  position: absolute;
  left: 0px;
  right: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 65px;
  z-index: 1;
  width: 100%;
}
@media(min-width: 768px) and (max-width: 1160px){
  body .bottom-image::before {
    height: 40px;
  }
}
@media(max-width: 767px){
  body .bottom-image::before {
    height:55px;
  }
}
@media(max-width: 560px){
  body .bottom-image::before {
    height:50px;
  }
}
@media(max-width: 480px){
  body .bottom-image::before {
    height:30px;
  }
}

@media (max-width: 380px){
  body .bottom-image::before {
    height: 26px;
  }
}

}#