.main_content {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991px) {
  .main_content {
    margin-top: 79px !important;
  }
}
@media screen and (max-width: 768px) {
  .main_content {
    margin-top: 66px !important;
  }
}
@media screen and (max-width: 522px) {
  .main_content {
    margin-top: 67px !important;
  }
}
@media screen and (max-width: 350px) {
  .main_content {
    margin-top: 67px !important;
  }
}/*# sourceMappingURL=layout.module.css.map */