.responsive-table {
overflow-x: auto; max-width: 100%; margin: 0px;
}
@media only screen and (min-width: 768px) {
  .responsive-table {
  width: 40%;
  }
}  
.hs-hero {
  background-size: cover;
  background-position: center center;
  padding: 120px 0px;
  position: relative;
  
}

.hs-hero.parallax {
   background-attachment:fixed;
   background-size: cover;
 }

/* Safari/iOS fallback */
@supports (-webkit-touch-callout: none) {
.hs-hero.parallax {
    background-attachment: scroll;
  }
}


  .hs-hero {
    padding-left: 2em;
    padding-right: 2em;
  }


@media only screen and (max-width: 768px) {
  .hs-hero {
    padding-left: 0.2em;
    padding-right: 0.2em;
    background-size: cover;
  }
}
.hs-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
}
.hs-hero__content {
  position: relative;
  z-index: 1;
  padding: 0 0;
  max-width:1240px;
  margin:0 auto;

}

.main-content {
  max-width:800px;
}
@media only screen and (min-width: 401px) {
  .hs-hero__content {
  max-width:800px;
  margin:0 auto;
  padding:0 1rem;  
  } 
}

.hs-hero__content--center {
  text-align: center;
  margin: 0 auto;
}
.hs-hero__content--right {
  text-align: right;
  margin: 0 0;
  padding-right:2rem;
}

.hs-hero__content--left {
  text-align: left;
  max-width:1240px;
  margin:0 auto;
}

