.page_dcs {
  padding-bottom: 10rem;
}

.About_content {
  font-family: Roboto-Light;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6rem;
  letter-spacing: 0rem;
  color: #232e30;
  white-space: pre-line;
}

.green {
  background-color: #DDF3EE;
  padding: 2.8rem 0;
}

.green .container {
  display: flex;
  align-items: center;
  font-family: Roboto-Light;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #232e30;
  white-space: pre-line;
}

.green .container .img_l {
  width: 18rem;
  margin-right: 4.5rem;
}

.btn {
  text-align: center;
  font-family: Roboto-Light;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #333333;
}

.btn button {
  margin-top: 2rem;
  width: 15.1rem;
  height: 3.8rem;
  background-image: linear-gradient(90deg,
      #559d6b 0%,
      #7cd1be 100%);
  background-blend-mode: normal,
    normal;
  border-radius: 1.225rem;
  font-family: Roboto-Bold;
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.296rem;
  letter-spacing: 0rem;
  color: #ffffff;
}

@media screen and (max-width:768px) {
  .page_dcs {
    padding-bottom: 0;
  }

  .green .container {

    flex-direction: column;

  }
}