.state-top-bg {
  background-image:
    linear-gradient(to right,
      rgba(242, 249, 255, 1) 0%,
      rgba(242, 249, 255, 1) 45%,
      rgba(242, 249, 255, 0.7) 70%,
      rgba(242, 249, 255, 0) 100%
    ),
    url("/static/main/img/new-states/state/georgia-top-bg.c6f0c14a84cb.jpg");
}

@media(max-width: 769px){
  .state-top-bg {
    background: #fff;
  }
  .state-top-content-sm-bg {
    background: url("/static/main/img/new-states/state/georgia-top-bg-sm.ad38cc9ce0b1.jpg") no-repeat;
  }
}