.page_dcs {
  padding-bottom: 12rem;
}

.studies_content {
  font-family: Roboto-Light;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  color: #232e30;
  min-height: 20rem;
}

.studies_content a {
  /* font-family: Roboto-Bold; */
  /* text-decoration: underline; */
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0rem;
  color: #232e30;
}

.studies_content .imgbox {
  padding: 1rem 8rem;
  white-space: pre-line;
  text-align: center;
}

.studies_content .imgbox img {
  max-width: 100%;
  margin-bottom: 1rem;
}

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


@media screen and (max-width:768px) {
  .studies_content .imgbox {
    padding: 1rem 2rem;
  }

  .page_dcs {
    padding-bottom: 0;
  }
}