﻿.content-hero-info-content-left {
  width: 100% !important; }

@media (max-width: 1150px) {
  .landing-page-hero-header {
    /* top: 0; */
    /* position: relative; */
    /* color: #000!important; */
    /* margin-bottom: 15px; */
    position: absolute !important;
    top: -85px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    color: white !important; } }

.local-landing-page-header {
  display: flex;
  justify-content: center;
  align-items: center; }
  .local-landing-page-header > div {
    width: 33%;
    padding: 0 25px; }
  .local-landing-page-header .logo-mobile {
    display: none; }

@media (max-width: 1100px) {
  .local-landing-page-header {
    flex-direction: column; }
    .local-landing-page-header > div {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
    .local-landing-page-header .logo-mobile {
      display: block;
      max-width: 275px; }
    .local-landing-page-header .logo-desktop {
      display: none; }
    .local-landing-page-header .headshot {
      max-width: 350px; } }
