#customorder {
  margin: 29px 0 0 0;
  overflow: hidden;
}

#customorder .inner {
  background-color: var(--red);
  background-image: url('../../images/home/bg-stripes.png');
  background-image: image-set(url('../../images/home/bg-stripes.png') 1x,
      url('../../images/home/bg-stripes@2x.png') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 425px;
  overflow: hidden;
}

#customorder .left {
  width: 532px;
  padding: 46px 0 41px 0;
  margin-bottom: 28px;
}

#customorder .right {
  width: 50%;
  padding: 0 20px;
}

#customorder .title {
  font-size: 33.5px;
  line-height: 80px;
  margin-bottom: 6px;
}

#customorder .title span {
  display: block;
  font-size: 77px;
  line-height: 49px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 9px;
}

#customorder p {
  font-size: 23.5px;
  line-height: 1.4468085106em;
  max-width: 500px;
  margin: 0 auto;
}

#customorder p span {
  margin-top: 5px;
  font-weight: 800;
}

#customorder .button {
  background-color: var(--green);
  height: 67px;
  line-height: 67px;
  font-size: 25px;
  padding: 0 29px;
  margin-top: 23px;
}

#customorder strong {
  font-weight: 900;
}

#customorder img {
  max-width: 100%;
  height: auto;
}

#customorder .person {
  margin-left: -49px;
}

#customorder .product {
  margin-left: -12px;
  margin-bottom: 13px;
}

@media screen and (max-width: 991px ) {
  #customorder .container {
    padding: 0;
  }
  #customorder .inner {
    flex-direction: column-reverse;
  }
  #customorder .left,
  #customorder .right {
    width: 100%;
  }
  #customorder .left {
    order: 2;
    position: relative;
    padding: 36px 15px 35px 15px;
  }
  #customorder .right {
    padding: 20px 25px 0 25px;
    justify-content: center;
  }
}

@media screen and (max-width: 768px ) {
  #customorder {
    margin-top: 35px;
  }
}

@media screen and (max-width: 567px ) {
  #customorder .inner {
    padding-top:30px;
  }
  #customorder .title {
    font-size: 26.5px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  #customorder .title span {
    font-size: 60px;
    line-height: 0.8;
    padding: 0;
    display:block;
    padding-top:5px;
  }
  #customorder .left {
    padding: 11px 15px 35px 15px;
    margin-bottom: 0;
  }
  #customorder .right {
    padding-bottom: 0;
    padding-top:0;
    justify-content: start;
    margin-top: -20px;
  }
  #customorder p {
    font-size: 16.5px;
    line-height: 1.5151515152em;
  }
  #customorder span {
    display: inline-block; 
  }
  #customorder .button {
    height: 54px;
    line-height: 56px;
    font-size: 20px;
    margin-top: 13px;
    padding: 0 23px;
  }
  #customorder .person {
    width: 160px;
    margin-left: -19px;
    z-index: 1;
  }
  #customorder .product {
    width: 260px;
    margin-bottom: 0;
    margin-left: -66px;
    top: -13px;
    position: relative;
  }
}