.hero-no-box h1 {
  color:#fff;
  font-size:65px;
  line-height:65px;
  max-width:830px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Dark shadow */
}
.left-hero .hero-img {
  left:-17%;
}
.hero-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 17%;
  height: 100%;
  right: 0;
  background-size:cover;
}
.hero-box {
  background: #FFFFFF;
  opacity: 0.95;
  border: 1px solid #C4C4C4;
  border-radius: 30px 0px;
  padding:30px;
  margin-top:80px;
  margin-bottom:80px;
}
.hero-box h1 {
  color:#A3630F;
  font-weight:700;
  font-size:40px;
  line-height:44px;
}
.hero-subtitle {
  color: #003E70;
  text-transform:uppercase;
  font-weight:600;
  font-size:18px;
  line-height:24px;
  margin-bottom:0px;
  letter-spacing:1.5px;
}
.hero-pattern-wrap {
  margin-top: -80px;
  width:17%;
  position:absolute;
  z-index:-1;
}
.hero-row {
  min-height:400px;
  align-items: flex-start;
}
@media screen and (max-width:1199px) {
  .hero-box h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (max-width:999px) {
  .hero-box h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .hero-no-box h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width:767px) {
  .hero-no-box h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width:1650px) {
  .hero-img {
    min-width:120%;
  }
  .hero-row {
    min-height:500px;
}