 .home-map-bg {
      background-color: #253a80;
      color:white;
      /*background: url("https://ctycms.com/tx-sugar-land/svg-map-background.svg") center center;*/
      background-size: cover;
    }

    .home-map {
      display: block;
      width: 100%;
      max-width: 1330px;
      margin: 0 auto;
    }

    .home-map-text {
      display: block;
      width: 100%;
    }

    .home-map-content {
      padding: 24px 24px 0px 24px;
      text-align: center;
    }

    .home-map-map {
      display: block;
      width: 100%;
    }

    .home-map-svg {
      padding: 0 0 20px 0;
      max-width: 800px;
      margin: 0 auto;
    }

    @media all and (min-width: 992px) {
      .home-map {
        display: table;
      }

      .home-map-text {
        display: table-cell;
        width: 30%;
        vertical-align: middle;
      }

      .home-map-content {
        padding: 60px 0px 60px 0px;
        text-align: right;
        
      }

      .home-map-map {
        display: table-cell;
        width: 70%;
        vertical-align: middle;
      }

      .home-map-svg {
        padding: 16px;
        max-width: 1200px;
        
      }
    }

    .all-land-text,
    .st78,
    .st156 {
      transition: all 0.3s ease-out;
      position: relative;
    }

    a.all-land-text:hover {
      transform: translate(0, -2px);
      z-index: 4;
    }

    a.all-land-text:hover .st78:not(.not) {
      fill: #d42561;
    }

    a.all-land-text:hover .st156 {
      fill: white;
    }
    