.wrapper {
  max-width: 942px;
  margin: auto;
}
.header h1 strong {
  color: #2eb077;
  font-size: 45.88px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 63.4px;
}
.header h1 span {
  color: #2eb077;
  font-size: 45.88px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 63.4px;
}
.header h2 {
  font-size: 32px;
  font-family: Open Sans;
  line-height: 138.18%;
  color: #2eb077;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.header h2 strong {
  font-weight: 700;
}

p.details {
  color: #5d6368;
  font-size: 15px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 20.73px;
}
p.details strong {
  font-weight: 700;
}
p.details span {
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}
.banner_cnt {
  background: url(./images/bg.jpg) no-repeat center bottom;
  border-radius: 30px;
  padding: 30px;
}
.banner_box {
  max-width: 665px;
}
.banner_box ul {
  text-align: center;
  padding-top: 20px;
}
.banner_box ul li {
  color: black;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 19.35px;
  background: url(./images/li.svg) no-repeat left 5px;
  padding-left: 18px;
  display: inline;
  margin-left: 20px;
}
.banner_box h2 {
  color: #e38560;
  font-size: 21px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 29.02px;
  padding: 0px 20px;
  text-align: center;
  padding-top: 30px;
}
.banner_box h3 {
  color: #EF7014;
  font-size: 21px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 29.02px;
  padding: 0px 20px;
  text-align: center;
  padding-top: 30px;
}
.banner_box p {
  color: #4c4a45;
  font-size: 12px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  line-height: 17.96px;
  max-width: 422px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-left: 100px;
}
.banner_box p strong {
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}
.button_box {
  margin-top: 20px;
}
.btn_arrow {
  margin-top: -15px;
  animation: moveArrow 1s ease-in-out infinite;
}
@keyframes moveArrow {
  0%, 100% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(10px);
  }
}
.button_box a {
  background: #2db077;
  border-radius: 3.88px;
  color: white;
  font-size: 23.52px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 32.51px;
  padding: 15px 23px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.button_box a:hover,
.button_box a:focus {
  background: #e38560;
}
.button_box a img {
  margin-left: 10px;
}
.congra_cnt {
  min-width: 665px;
}
.congra_box p {
  color: #4c4a45;
  font-size: 21px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 29.02px;
  max-width: 480px;
  margin: auto;
  text-align: center;
  font-style: normal;
}
.congra_box p strong {
  font-weight: 700;
  font-style: normal;
}

.footer {
  max-width: 974px;
  margin: auto;
}
.footer p {
  color: #4c4a45;
  font-size: 13px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  line-height: 17.96px;
}
.footer p a {
  font-style: italic;
  text-decoration: underline;
}

.phone p{
  color: #5D6368;
  font-size: 32px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  max-width: 592px;
  line-height: 44.22px;
}
.phone p strong{
  font-weight: 600;
  
}

/* ------------------- Moo Banner -------------------- */
.banner_wrap{
  max-width: 974px;
  margin: auto;
}
.moo_banner_box {
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 12px 8px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  background-color: #fff;
  border: 3px solid #4de3a1;
  box-sizing: border-box;
  min-height: 246px;
}
.details h2{
  color: #1E396F;
  font-size: 26px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 35.93px;
  padding-top: 15px;
}
.details h5{
  color: #1E396F;
  font-size: 19px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 26.25px;
  padding-top: 15px;
}
.details p{
  color: #5D6368;
  font-size: 15px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 20.73px;
}