#content-desktop {display: block;}
#content-mobile {display: none !important;}

@media screen and (max-width: 768px) {

#content-desktop {display: none !important;}
#content-mobile {display: block !important;}
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hero_SG
{
  padding-top: 20%;
  padding-bottom: 15%;
}

.hero_SG .lead p {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
}

.hero_SG .title h2 {
  font-size: 3.575rem;
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  margin-bottom: .35rem;
  line-height: 1.1;
  letter-spacing: -.05em;
}

.hero_SG .lead p {
    font-size: 1.275rem;
    font-weight: 400;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
    display: inline-block;
    width: 80%;
    margin-bottom: 10px;
}


}

@media (max-width: 767px)
{ 
  
.hero_SG {
    padding-top: 150px;
    padding-bottom: 150px;
    height: -webkit-fill-available;
}
  
.hero_SG .title h2 {
  font-size: 39.576px;
  font-weight: 600;
  font-style: normal;
}
  
.hero_SG .lead p {  
  font-size: 16px;
  width: 100%;  





