.s1_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s1_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s2_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s2_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s2_home_text span {
  font-size: 4.8rem;
  position: relative;
  bottom: 15px;
}

.s2_home_img {
  display: flex;
  align-items: center;
  right: 30px;
}

.s3_home_text span {
  font-size: 4.8rem;
  position: relative;
}

.s3_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s3_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s4_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s4_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s6_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s6_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s8_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s8_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s9_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s9_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

.s10_home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../images/s10_pattern.svg");
  bottom: -30px;
  left: 0;
  background-size: cover;
}

@media screen and (max-width: 850px) {

  .s1_home:after,
  .s2_home:after,
  .s3_home:after,
  .s4_home:after,
  .s6_home:after,
  .s8_home:after,
  .s9_home:after,
	.s10_home:after {
    height: 20px;
    bottom: -5px;
  }

  .s2_home_text span {
    font-size: 2.375rem;
    bottom: 0;
  }

  .s3_home_text span {
    font-size: 2.375rem;
    bottom: 0;
  }
}