.str-static .str-static-content {
  margin: 0 auto;
}

.content-main {
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-message {
  background: rgba(255, 255, 255, 0.85);
  width: 840px;
  min-width: 840px;
  height: auto;
  position: relative;
  border-radius: 10px;
  padding: 30px 40px 15px;
}
.main-message h1 {
  color: #4d4d4d;
  font-size: 34px;
  margin: 0 0 20px;
}
.main-message p {
  width: 80%;
  font-size: 18px !important;
}
.main-message .quoted {
  color: #666666;
  font-style: italic;
}
.main-message .quoted span {
  white-space: nowrap;
}
.main-message .mascot-svg {
  height: 335px;
  position: absolute;
  top: 78px;
  right: -20px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.5));
}

.patch-intro-wrap {
  min-width: 930px;
  margin: 40px 0 20px;
  text-align: center;
  color: #333333;
}

.patch-intro-inner {
  width: 590px;
  margin: 0 auto;
}

.patch-logo {
  margin: 15px;
}

.patch-intro-box {
  border-radius: 10px;
  margin: 30px auto 0;
  background: #F9F9F9;
  border: 1px solid #CECECE;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px;
  text-align: center;
}
.patch-intro-box .patch-feature {
  margin-bottom: 20px;
  font-size: 19px;
}
.patch-intro-box .patch-feature p {
  margin-bottom: 0;
  line-height: 1.2;
}
.patch-intro-box .patch-green {
  color: #009E13;
}

.patch-redir {
  color: #999999;
  margin: 30px;
}

.patch-button {
  display: block;
  margin: 0 auto;
  width: 260px;
  background: #06C42B;
  color: white;
  border-radius: 40px;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
}

.content-recirc {
  padding: 0 30px 30px;
  width: 950px;
  margin: 0 auto;
}
.content-recirc .grid_head {
  color: #1486cb;
}
.content-recirc .recirc-title {
  margin: 0 0 20px;
  color: #4d4d4d;
  text-align: center;
}
.content-recirc .cmp-hp-verticalsection {
  margin-bottom: 60px;
}
