.layout-container {
  background: linear-gradient(to bottom,  #e5e2e5 0%,#a99ea9 100%);
}

main {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 1246px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.title-bar {
  background-image: none;
}

.region-page-title {
  border-radius: 10px 10px 0px 0px;
  height: 200px;
  max-height: 200px;
  text-align: left;
}

.about-title {
  margin-top: 20px;
  background-image: url('../images/banners/Banner_3rdFloorB.png');
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: right center;
  border-radius: 0px 10px 0px 0px;
} 

.about-title.sub-page .region-page-title h1:before {
  content: '';
  display: none;
}

.region-page-title h1 {
  font-size: 3.3rem;
}

.layout-content {
  padding: 0 20px 40px 20px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--bg-gray);
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.75);
}

.page-content {
  width: calc(100% - 80px);
  padding: 40px;
  background-color: white;
}

@media screen and (max-width: 1348px) {
  main {
  }

  .title-bar {
    width: 100%;
  }

  .layout-content {
    width: calc(100% - 40px);
    padding: 0 20px 40px 20px !important;
  }

  .page-content {
  }
}

@media screen and (max-width: 1286px) {

  main {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }

}

@media screen and (max-width: 1178px) {

}

@media screen and (max-width: 958px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 565px) {

}
