.hero-new .box-single {
  min-height: 270px !important;
}
.hero-new .hero-v2 .box-single .img-card-box {
  padding-top: clamp(6.25rem, 3.5714rem + 7.1429vw, 9.375rem);
}
.hero-new .hero-v1 .box-single img {
  padding-top: 50px;
}
.hero-new .box-group .box-wrapper > *:not(h1, h2, h3) {
  width: 50%;
}
.hero-new .hero-v1 .img-wrapper img {
  max-width: 60% !important;
}
.hero-new .box-group .img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.hero-new .box-group .img-wrapper img {
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  max-width: 70%;
}
.hero-new .arrow-left {
  background: url("../darcy-spillcare-brand-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.hero-new .arrow-right {
  background: url("../darcy-spillcare-brand-arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.hero-new .box-inner {
  min-height: 250px;
}
.hero-new .box-link .img-card-box {
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.hero-new .box-link:hover .img-card-box {
  transform: scale(1.1);
}
.hero-new .box-link .box-wrapper {
  margin-bottom: -20%;
}

@media only screen and (min-width: 1025px) {
  .hero-new .hero-v2 .box-group {
    min-height: 400px !important;
  }
  .hero-new .hero-v1 .box-single {
    max-height: 524px;
  }
  .hero-new .hero-v1 .box-group {
    max-height: 250px;
  }
  .h1-smaller {
    font-size: 3rem !important;
  }
}