.frame-type-header{
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header{
    margin: 80px 0;
  }
}

.frame-type-header h1{
  font-family: 'Amatic Sc';
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header h1{
    font-size: 80px;
    line-height: 80px;
  }
}


.frame-type-text{
  margin: 30px auto;
  line-height: 2em;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header{
    margin: 80px auto;
  }
}

#c62{
  border-bottom: 10px solid #98bd29;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {

  #c62{
    margin-bottom: inherit;
  }
}

#c63{
  background: #FFF;
  padding: 30px;
  z-index: 3;
  position: relative;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  #c63{
    padding: 60px;
    margin-top: -140px;
  }
}


#c63 li{
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.6em;
}

#c63 li::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../../images/pics/list.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}

#c64 .ce-bodytext{
  padding: 30px;
  line-height: 2em;
}
@media only screen and (min-width: 1024px) {
  #c64 .ce-bodytext{
    padding: 60px;
  }
}

#c64 .ce-gallery{
  position: relative;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #c64 .ce-gallery{
    max-width: 50%;
  }
}

#c64 .ce-gallery::after{
  width: 240px;
  height: 240px;
  background: #98bd29;
  opacity: .5;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  z-index: -1;
}


#c64 ul{
  padding-left: 0;
}
#c64 li{
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.6em;
}

#c64 li::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../../images/pics/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
}



.frame header h2{
  font-family: 'Amatic Sc';
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .frame header h2{
    font-size: 50px;
    line-height: 50px;
  }
}

.ce-gallery img{
  max-width: 100%;
  height: auto;
}

#c66{
  margin-bottom: 120px;
}
#c66 .ce-center .ce-inner,
#c66 .ce-center .ce-outer {
  float: none;
  right: inherit;
}

#c66 .ce-center .ce-inner{
  display: flex;
  justify-content: center;
}

#c66 .ce-center .ce-inner::before{
  z-index: -1;
  content: '';
  height: 80%;
  top: 10%;
  background: #F0F0F0;
  width: 100%;
  display: block;
  position: absolute;
}

#c66 .ce-center .ce-inner .ce-row{
  margin-left: 10px;
}
