.img img{
	max-width:100%;
}

#todevelope {
  padding: 3rem 0 14rem;
  z-index: 0;  
}
#todevelope .txt-box {
  padding-bottom: 36px;
  width: 500px;
  float: left;
}
#todevelope .person-img {
  position: absolute;
  height: 765px;
  width: auto;
  display: block;
  right: -15px;
  bottom: -208px;
}
#todevelope .person-img img{
  height: 100%;
}
section#todevelope:after {
    content: url(../_images/index/bg1.svg);
    width: 80vw;
    border: none;
    position: absolute;
    opacity: 0.3;
    top: -4.85714vw;
    left: -38.5vw;
    height: 100%;
    z-index: -1;
    transform: rotate(0.4deg);
}
#todevelope h1{
  margin-bottom: 33px;
}

@media screen and (max-width: 1000px){
  #todevelope{
    padding: 4rem 0 12rem
  }  
  section#todevelope:after {
    width: 80rem;
    top: -3.65714rem;
    left: -48.3rem;
  }
}


section > div.container {
    width: 86%;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 0;
}
section:not(#top):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5vw 200vw !important;
    border-color: #fff;
    position: absolute;
    z-index: 0;
    top: 7vw;
    left: -10vw;
}
section#toshop:before,
section#todevelope:before{
  right: -10vw;
  left: inherit;
}
section#todevelope:before {
    border-color: #f9da23;
    transform: rotate(-5deg);
    opacity: 1;
    z-index: -1;
}
section#tovoices:before {
    border-color: #8cc63f;
    transform: rotate(5deg);
}
section#tovoices .container{
  width: 100vw;
  max-width: none;
}
section#toshop:before {
    border-color: #FFF;
    transform: rotate(-5deg);
}
section#toshop > div.container {
  z-index: 1;
}

section#tonews:before {
    border-color: #F4F4F4;;
    transform: rotate(5deg);
}

@media screen and (max-width: 1000px){
  section:not(#top):before {
    border-width: 9.5rem 200rem !important;
    top: 9.4rem;
  }
}

.viewmore p {
  position: absolute;
  right: 101vw;
  font-weight: bold;
  top: 50%;
  width: 14rem;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
  transform: rotate(5deg) translateY(-82%);
}
#tovoices .viewmore p {
  transform: rotate(-5deg) translateY(-82%);
  left: 101vw;
}
section:nth-child(even) .viewmore p {
    left: inherit;
}
.viewmore {
  display: block;
  position: absolute;
  bottom: 0;
  width: 200vw;
  height: 10vw;
  background: rgba(0,0,0,.5);
  z-index: 0;
  transform: rotate(-5deg);
}
#tovoices .viewmore {
  transform: rotate(5deg);
  right: 0;
}
.viewmore:before {
  content: none;
}

@media screen and (max-width: 1000px){
.viewmore {
    display: block;
    position: absolute;
    bottom: -34px;
    width: 1100px;
    height: 10vw;
    background: rgba(0,0,0,.5);
    z-index: 0;
    transform: rotate(-5deg);
  }
.viewmore p {
    right: 100px;
    top: 55px;
  }
  #tovoices .viewmore p {
    left: 100px;
  }
}

#toshop h1 {
  padding-top: 30px;
}
#toshop p.img {
  z-index: 0;
  position: relative;
  margin: -32px 0 1rem;
}