.left_map_section{
      margin-left: 100px; 
    height: 300px;
    width: 100%;
    z-index: 0;
}

.right_map_section{
    /* margin-left: -100px;  */
    height: 300px;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 600px) {
    .right_map_section {
        height: 200px;
        width: 100%;
        margin-left:  0px; 
    }
  }

  @media only screen and (max-width: 600px) {
    .left_map_section {
        height: 200px;
        width: 100%;
        margin-left:  0px; 
    }
  }