main {
    background: url('../../img/index/hero-bg.jpg');
    padding: 80px 0;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    color: #222;
}

.origami p{
  color:#222;
  font-size: 18px;
}

.origami p:last-child{
  margin-bottom: 0;
}

.text-orange{
  color:#F97F0E !important;
}

.text-green{
  color:#31AB48 !important;
}
.text-red{
  color:#F30A07;
}

.text-purple{
  color: #444BB3 !important;

}

.origami{
  font-family: 'Zen Maru Gothic', serif;
}

.origami a{
  text-decoration: underline;
  color:#4950B7
}

.origami h2 {
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  padding:0;
  color:#fff;
  text-align: center;
  font-family: "Sen", sans-serif;
 
}


.wrapper {
    border: none;
    max-width: 1180px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.inner-wrap {
   overflow: hidden;
    background: #fff;
    border-radius: 24px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.title {
  margin-bottom: 40px;
}

.title h1{
  font-size:60px;

  color:#F97F0E;
  font-weight:900;
  margin: 0;
}


.title small{
  font-family: Sen;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FBB03B;

}

.step-wrap {
    display: flex;
    justify-content: flex-start;
    min-height: 308px;
}

.step-wrap .step {
    background: #AFDE46;
    display: inline-flex;
    align-items: center;
    padding: 10px;
}


.inner-wrap:nth-child(odd) .step-wrap .step{
  background:#31AB48;
}



.wrap-content {
    display: flex;
    justify-content: space-between;
    flex: 2;
     padding: 40px 60px;
     gap:60px;
}


.wrap-content .content{
  text-align: left;
}

.wrap-content  .image {
    text-align: right;
}
@media only screen and (max-width: 991px) {
 
  .origami h1, .origami h2 {
  
    gap: 10px;
}

.wrap-content {
    padding: 24px;
}

}

@media only screen and (max-width: 768px) {
 
 .title h1{
  font-size: 24px;
 }
 
  .step-wrap .image img{
    width: 150px;
  }
  
  .origami h2{
    font-size: 20px;
  }
 
}

@media only screen and (max-width: 600px) {
 
  .wrapper {
    padding: 16px;
    width: 100% !important;
}

.inner-wrap{
  border-radius: 16px;
}


.origami h2 br{
  display: block;
}


.origami h2{
  font-size: 20px;
  padding:0;
  margin:0;
  line-height: 160%;
}

.origami p{
  font-size:15px;
}


main {
    padding: 40px 0;
}

.wrapper{
  gap:24px
}

.step-wrap{
  flex-direction: column;
}

.origami h2 br{
  display: none;
}

.step-wrap .step {
    padding: 10px;
    text-align: center;
    display: block;
}

.wrap-content {
    padding: 16px;
    flex-direction: column;
    gap: 16px;
}

.step-wrap .content br{
  display: none;
}

 .step-wrap .image{
  padding-top: 0;
 }
.step-wrap .image img {
    width: 230px;
    margin: 0 auto;
    display: block;
}

 .title {
  margin-bottom:0px;
}

}





