
.container {max-width: 1200px;}

.size1 {
  width: 100%;
  min-height: 100vh;
}
.size2 {
  min-width: 160px;
  height: 50px;
}
.wsize1 {
  max-width: 100%;
  width: 790px;
}
.wsize2 {
  width: 100px;
}
.bg0 {background-color: #fff;}
.bg1 {background-color: rgba(255,255,255,0.8);}

.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay1 {
  position: relative;
  z-index: 1;
}
.overlay1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #61045f;
  background: -webkit-linear-gradient(bottom, #FF7B64, #FF7B64);
  background: -o-linear-gradient(bottom, #FF7B64, #FF7B64);
  background: -moz-linear-gradient(bottom, #FF7B64, #FF7B64);
  background: linear-gradient(bottom, #FF7B64, #FF7B64);
  opacity: 0.9;
}
.overlay1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
