.hero{
  background-color: #000000;
}
.hero h1{
  /* line-height: 65px !important; 
  color:#ffffff !important;
  font-family: 'Oswald', sans-serif; */

  line-height: 70px !important;
   font-size: 65px;
  /* font-weight: 700;
 margin-bottom: 20px; */
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;



}
/* .hero span{
  background-color:#d9b55e;
  color:#000000;
} */
.hero p{
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.double-underline {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #ffffff;
}

.double-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px; /* Adjust this value to control the space between the lines */
    border-bottom: 1px solid #ffffff; /* Adjust the thickness and color */
}
.hero button{
  background-color: #FFDC25;
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  width: 100%;
  letter-spacing: 1px;
  

}
.hero button:hover{
  /* background-color: #d9b55e; */
  background-color: #cb4335 ;
  color: #ffffff;
  /* border-color: #FFDC25; */
}
@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

@media (max-width: 992px) {
  .hero{
    margin-top:60px;
  }
  .hero h1{
    font-size: 52px;
  }
  .hero-h1-responsive{
    margin-top: 30px;
  }
 
}