.hero-two-col .col-lg-6 {
  position: relative;
}

.hero-two-col .col-lg-6 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-two-col .hero-card {
  width: 100%;
  position: relative;
  min-height: 960px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.hero-two-col .hero-card::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero-two-col .hero-card img {
  width: 100%;
  object-fit: cover;
  height: 960px;
}
.hero-two-col .hero-card .hero-over-text {
  position: relative;
  width: 586px;
  max-width: 100%;
  z-index: 1;
}
.hero-two-col .hero-card .hero-over-text h2 {
  font-size: 56px;
  line-height: 67px;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-two-col .hero-card .hero-over-text p {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-two-col .hero-card .hero-over-text p.d-md-block.d-none {
  min-height: 100px;
}

.hero-two-col .hero-card-v2 .btn-group {
  z-index: 1;
}
.hero-two-col .hero-card-v2 .hero-over-text {
  width: 640px;
}

/* Responsive CSS */
/* --- max-width: 1440px --- */
@media (max-width: 1440px) {

  .hero-two-col .hero-card {
      min-height: 760px;
    }

  .hero-two-col .hero-card .hero-over-text h2 {
    font-size: 44px;
    line-height: 56px;
  }

  .hero-two-col .hero-card .hero-over-text p {
      font-size: 18px;
      line-height: 22px;
    }

}

/* --- max-width: 767px --- */
@media (max-width: 767px) {

  .hero-two-col .hero-card {
      min-height: 366px;
      padding: 40px 35px;
      align-items: flex-start;
    }

    .hero-two-col .hero-card .hero-over-text h2 {
      font-size: 36px;
      line-height: 44px;
      margin-bottom: 29px;
    }

    .hero-two-col .hero-card .hero-over-text p {
      font-size: 16px;
      line-height: 20px;
    }
}
