body {
  background: #ffffff;
}

.btn-primary {
  border-color: #fff;
  color: #fff;
  background: #E9141E;
}

.image-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--gray-300, #DEE2E6);
  background: var(--default-white, #FFF);
}

@media screen and (max-width: 576px) {
  .image-card {
    display: block;
  }
}
@media screen and (max-width: 820px) and (min-height: 1180px) {
  .image-card {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-height: 1500px) {
  .image-card {
    display: block;
  }
}
.circle-batch-right {
  background: #e9141e;
  border: 4px solid #fff;
  border-radius: 50% 50%;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  height: 7rem;
  line-height: 650%;
  position: absolute;
  right: -3%;
  text-align: center;
  top: -5%;
  transform: rotate(20deg);
  width: 7rem;
}

@media screen and (max-width: 1400px) {
  .circle-batch-right {
    right: -7%;
    top: -8%;
  }
}
@media screen and (min-width: 768px) and (min-height: 1500px) {
  .circle-batch-right {
    right: -6%;
    top: -3%;
  }
}
.circle-batch-left {
  background: #e9141e;
  border: 4px solid #fff;
  border-radius: 50% 50%;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  height: 7rem;
  position: absolute;
  right: 93%;
  top: -9%;
  text-align: center;
  transform: rotate(-20deg);
  width: 7rem;
}

@media screen and (max-width: 576px) {
  .circle-batch-left {
    right: 73%;
    top: -15%;
  }
}
@media screen and (min-width: 768px) and (min-height: 1500px) {
  .circle-batch-left {
    right: 90%;
  }
}
.herostage {
  min-height: 55vh;
  max-height: 55vh;
}

.herostage .overlay:after {
  background: linear-gradient(-23deg, transparent 10%, rgba(0, 0, 0, 0.8) 50%);
}
