.section__separate {
  width: 100%;
}
.section__separate h2 span {
  color: #344563;
}
.section__separate.integrated {
  background-color: #E6F5EC;
}
.section__separate.integrated h2 {
  color: #30A060;
}

.separate__img {
  line-height: 0;
}
.separate__img img {
  display: block;
  width: 100%;
  height: auto;
}
.separate__txt p {
  line-height: 1.8;
}

@media screen and (min-width: 901px) {
  .section__separate {
    padding: 7.8rem 0;
  }
  .section__separate h2 {
    text-align: left;
    margin-bottom: 2.8rem;
  }
  .section__separate.integrated {
    margin-bottom: 6.8rem;
  }
  .section__separate.integrated h2 {
    margin-bottom: 1rem;
    text-align: right;
  }
  .section.integrated .separate__img {
    flex: 0 0 53.9040139616%;
    max-width: 53.9040139616%;
  }
  .section.integrated .separate__txt {
    flex: 0 0 45.6527050611%;
    max-width: 45.6527050611%;
    text-align: right;
    padding-left: 5%;
  }
  .separate {
    align-items: center;
    justify-content: space-between;
  }
  .separate__img {
    flex: 0 0 34.9040139616%;
    max-width: 34.9040139616%;
  }
  .separate__txt {
    flex: 0 0 58.6527050611%;
    max-width: 58.6527050611%;
  }
}
@media screen and (max-width: 900px) {
  .section__separate {
    padding: clamp(30px, 21.3333333333vw, 80px) 5%;
  }
  .section.integrated {
    padding: clamp(30px, 17.6vw, 66px) 5%;
    margin-bottom: clamp(30px, 17.6vw, 66px);
  }
  .section.integrated .separate__img {
    padding: 0;
    margin-bottom: clamp(30px, 10.6666666667vw, 40px);
  }
  .section.integrated .separate__txt {
    text-align: center;
  }
  .separate__img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5%;
  }
  .separate__txt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
