@charset "utf-8";

.how-to-make .innerWrap .flexWrap .imgWrap{
  display:-webkit-box;
  display:flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 420px;
}
.how-to-make .innerWrap .subSec:nth-of-type(1) .flexWrap .imgWrap img,
.how-to-make .innerWrap .subSec:nth-of-type(2) .flexWrap .imgWrap img,
.how-to-make .innerWrap .subSec:nth-of-type(3) .flexWrap .imgWrap img{
  width: 200px;
  height: 320px;
}
.how-to-make .innerWrap .flexWrap .textWrap{
  width: 500px;
  padding: 0;
  margin-right: 40px;
}
.how-to-make .innerWrap .flexWrap .textWrap p{
  font-size: 17px;
  line-height: 2;
  margin: 0;
}

.how-to-make .subSec:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 80px auto 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #778E40;
}
.how-to-make .subSec:last-of-type:after{
  content: none;
}

.how-to-make .h3-number {
  padding: 0 0 1.5rem 20px;
  border-bottom: 1px solid #778E40;
  color: #778E40;
}
.how-to-make .h3-number span {
  display: inline-block;
}
.how-to-make .h3-number span.number {
  font-family: 'Roboto', sans-serif;
  font-size: 52px;
  line-height: 1;
  margin-right: 20px;
}
.how-to-make .h3-number span.text{
  font-size: 26px;
}

/*@media (max-width: 499px) {*/
@media (max-width: 680px) {

  .how-to-make .h3-number{
    display: flex;
    align-items: center;
    padding: 0 0 1.5rem 2%;
  }
  .how-to-make .h3-number span.number{
    font-size: 32px;
    margin-right: .2em;
  }
  .how-to-make .h3-number span.text{
    font-size: 18px;
  }
  .how-to-make .innerWrap .subSec:nth-of-type(1) .flexWrap .imgWrap img,
  .how-to-make .innerWrap .subSec:nth-of-type(2) .flexWrap .imgWrap img,
  .how-to-make .innerWrap .subSec:nth-of-type(3) .flexWrap .imgWrap img {
    display: block;
    width: 49%;
    height: auto;
    margin: 0 0 20px;
  }
  .how-to-make .innerWrap .flexWrap .textWrap{
    width: 100%;
    margin-right: 0;
  }
  .how-to-make .innerWrap .flexWrap .textWrap p{
    font-size: 16px;
    line-height: 1.7;
  }
  .how-to-make .subSec{
    margin-bottom: 60px;
  }
  .how-to-make .subSec:after{
    margin: 60px auto 0;
  }




  }/* 499px */
