.wrapper {
  max-width: 431px;
  margin: auto;
  background: rgb(247,225,183);
  background: linear-gradient(0deg, rgba(247,225,183,0.1966036414565826) 0%, rgba(255,255,254,0) 80%);
  padding: 10px;
}
.header h1 strong {
  color: #2EB077;
  font-size: 43px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 63.40px;
  display: block;
}
.header h1 span {
  color: #2EB077;
  font-size: 34px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 49.75px;
}
.header h2 {
  color: #2EB077;
  font-size: 32px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 44.22px;
  text-align: center;
  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: 30.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_m.jpg) no-repeat left bottom;
  background-size: 100% auto;
  border-radius: 30px;
  padding: 20px;
}
.banner_box {
}
.list_details{
  max-width: 204px;
}
ul.list_details{
}
ul.list_details li {
  color: #4C4A45;
  font-size: 21px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 27px;
  background: url(./images/li_m.svg) no-repeat left 23px;
  padding-left: 18px;
  margin-top: 20px;
}
.last_step 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;
}
.last_step p {
  color: #4c4a45;
  font-size: 12px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  line-height: 17.96px;
  max-width: 333px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}
.last_step p strong {
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}
.button_box {
  margin-top: 20px;
  position: relative;
}
.btn_arrow {
  position: absolute;
  right: -13px;
  top: -100px;
  animation: moveArrow 1s ease-in-out infinite;
}
@keyframes moveArrow {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px);
  }
}
.button_box a {
  background: #2db077;
  border-radius: 3.88px;
  color: white;
  font-size: 30.74px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 42.47px;
  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 {
  max-width: 193px;
}
.congra_box p {
  color: #4c4a45;
  font-size: 15px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 27px;
  max-width: 480px;
  margin: auto;
  text-align: center;
  padding: 0px;
  font-style: normal;
}
.congra_box p strong {
  font-weight: 700;
  font-style: normal;
}

.footer p {
  color: #4c4a45;
  font-size: 13px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  line-height: 17.96px;
  padding: 30px 0px;
}
.footer p a {
  font-style: italic;
  text-decoration: underline;
}

.phone p{
  color: #5D6368;
  font-size: 26px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}
.phone p strong{
  font-weight: 600;  
}
/* ------------------- Moo Banner -------------------- */
.banner_wrap{
  margin: auto;
}
.moo_banner_box {
  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;
}
.details h2{
  color: #1E396F;
  font-size: 26px;
  font-family: Open Sans;
  font-weight: 700;
  line-height: 35.93px;
  padding-top: 10px;
}
.details h5{
  color: #1E396F;
  font-size: 19px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 26.25px;
}
.details p{
  color: #5D6368;
  font-size: 15px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 20.73px;
}


.button_box2 {
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.btn_arrow2 {
  position: absolute;
  left: -4px;
  top: -80px;
  animation: moveArrow2 1s ease-in-out infinite;
}
@keyframes moveArrow2 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(10px, 10px);
  }
}
.button_box2 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;
  max-width: 305px;
  -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_box2 a:hover,
.button_box2 a:focus {
  background: #e38560;
}
.button_box2 a img {
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 766px) {

}
@media (max-width: 479px) { 
  .header h1 strong {
    font-size: 38px;
    line-height: 45px;
  }
  .header h1 span {
    color: #2EB077;
    font-size: 30px;
  }
  .header h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .logo img{
    width: 64%; 
    height: auto;
  }
  .list_details {
    max-width: 175px;
  }
  ul.list_details li {
    color: #4C4A45;
    font-size: 17px;
    line-height: 25px;
    background-position: left 18px;
  }
  .last_step h2 {
    font-size: 18px;
  }
  .button_box a {
    font-size: 25px;
  }
  .button_box2 a{
    font-size: 19px;
    padding: 15px 30px;
  }
  .details h2 {
    font-size: 23px;
  }
  .details h2 {
    font-size: 23px;
  }
  .details h2 {
    font-size: 23px;
  }
@media (min-width: 361px) and (max-width: 379px) {
}