.hero-mobile{padding-top: 150px;
    height: 517px;
    background-color: #d0ded9;
    background-image: url("https://gthkdnpz.twic.pics/1/img/hero3.jpg"); /* The image used */
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.hero{padding-top: 150px;
    height: 500px;
    background-image: url("https://gthkdnpz.twic.pics/1/img/hero3.jpg"); /* The image used */
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
a.brand-logo{
    font-size:1.4rem;
}

h1{font-weight: 900;
  font-size: 45px;
   margin-top: 270px;
   text-shadow: 1px 1px red;
   margin-bottom: 0;
   }

h5{
  font-size: 20px;
  margin: 0;
  }   

