.hs-content-withEqual-column {
  position: relative;
}

.hs-content-withEqual-column-box {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs-content-withEqual-column-box-content {
  padding: 40px;
  overflow: hidden;
}
.hs-content-withEqual-column-box-text {
  margin-bottom:20px;
}
.hs-content-withEqual-column-box-content > * {
  color: #fff;
}
.hs-content-withEqual-column-box-content.blue {
  background-color: #292a33;
}
.hs-content-withEqual-column-box-content.red {
  background-color: #EF3F4D;
}
.hs-content-withEqual-column-box-content h3 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #fff;
  line-height: 1.333;
}
.hs-content-withEqual-column {
  position: relative;
  /* background: url(//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png) left top no-repeat, url(//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/after_image.png) right top no-repeat;
  background-size: contain; */
}
.hs-content-withEqual-column .hs-content-withEqual-column-inner {
  margin: 0 -15px;
}

.hs-content-withEqual-column .hs-content-withEqual-column-btn a {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding:10px 30px;
  text-decoration: none !important;
  margin-top: 15px;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
}
.hs-content-withEqual-column .red .hs-content-withEqual-column-btn a {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  display: inline-block;
  padding:10px 30px;
  text-decoration: none !important;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
}


/* Blue Button */
.hs-content-withEqual-column .red .btn-right a:before {
  background:#455560;
  width: 100%;
}
.hs-content-withEqual-column .red .btn-right a:before {
  left: 0;
  border: 1px solid #455560;
  border-left: 0;
  border-right: 0;
}
.hs-content-withEqual-column .red .hover-white a:hover {
  background: #fff;
  color:#455560;
}
.hs-content-withEqual-column .red .hover-white a:hover:after {
  background: #fff;
  color:#455560;
}

@media (max-width:1230px) and (min-width:768px) {
  .hs-content-withEqual-column{
    background-size: 26%;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .hs-content-withEqual-column-box-content {
    padding: 20px;
  }
  .hs-content-withEqual-column.three .hs-content-withEqual-column-box {
    margin-bottom: 25px;
    display: block;
  }
  .three .btn-red a {
    display: block;
  }
}
@media (min-width:991px) {
  
  .hs-content-withEqual-column.three .hs-content-withEqual-column-box {
    width: 33.33%;
  }
  
}



@media (min-width:768px) {
  .hs-content-withEqual-column.two .hs-content-withEqual-column-box {
    width: 50%;
  }
  .hs-content-withEqual-column-box.three {
    display: block;
    margin-bottom:25px;
  }
  .hs-content-withEqual-column.two .hs-content-withEqual-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



@media (max-width:767px) {
  .hs-content-withEqual-column-box:not(:last-child) {
    margin-bottom: 25px;
  }
  .hs-content-withEqual-column {
    background: transparent;
    overflow: hidden;
  }
  
  .hs-content-withEqual-column-box {
    display: block;
  }


  
  /* 
  .hs-content-withEqual-column-box:first-child:before {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    content: "";
    display: block;
    position: absolute;
    left: -15%;
    bottom: 0;
    width: 200px;
    height: 180px;
    background-size: contain;
  }
  .hs-content-withEqual-column-box:last-child:before {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png);
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
    display: block;
    position: absolute;
    right: -15%;
    bottom: 0;
    width: 200px;
    height: 180px;
    background-size: contain;
  */
  }
  .hs-content-withEqual-column-box-content {
    position: relative;
    z-index: 1;
  }
}

@media (max-width:479px) {
  .hs-content-withEqual-column .hs-content-withEqual-column-btn a {
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media (max-width:400px) {
  .hs-content-withEqual-column-box-content {
    padding: 25px;
  }
}
