
.hero-section-cnt {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.contact-maps-section {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  justify-content: start;
  padding-top: calc(var(--default-padding) * 2 + 4rem);
}

.contact-section-cnt, .hero-text-cnt 
{ width: 100% }

.contact-hello-cnt {
  padding: 14px;
  margin-top:var(--default-margin);
}
  .contact-hello {
    font-size: 1.75rem; 
    font-weight: bold;
  }
  .contact-hello-location {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1rem;
  }



.hero-text {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-location-city {
  font-size: 0.75rem;
  line-height: 2rem;
}

.contact-location-address {
  font-size: 0.75rem;
}

/* Small devices */
@media (min-width: 576px) {

}

/* Medium devices */
@media (min-width: 768px) {


}

/* Large devices */
@media (min-width: 992px) {
  
  .contact-maps-section {
    flex-direction: row;
    justify-content: space-between;
    
  }
  
  .contact-hello-cnt {
    margin-top:0;
  }
  
  .contact-section-cnt { width: 45% }
  
  .hero-text-cnt {
    padding-top: var(--default-padding);
    width: 50%
  }
  
  .contact-hello-location {
    font-size: 0.75rem;
  }
}

/* X-Large devices */
@media (min-width: 1200px) {

}

/* XX-Large devices */
@media (min-width: 1400px) {
  
}