.studyquote_container {
    max-width: 1104px;
    margin: 50px auto 50px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 217px auto;

}

.studyquotes_quote_container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.studyquote_content_area {
  background-color: #E5FF43;
  padding: 50px 70px 50px 140px;
  border-radius: 15px;
  margin-left: -98px;
  margin-top: 105px;
  /* text-align: center; */
}

.studyquote_content {
  color: #000;
  font-family: 'Cabin';
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 132% */
  margin-top: 10px;
}


.studyquote_author, .studyquote_author_title {
  color: #4200FF;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.studyquote_author_title {
  font-weight: 500;
}

.studyquote_icon {
  width: 217px;
  background-color: #EAEAEA;
  border-radius: 15px;
  height: 217px;
  background-position: inherit;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.studyquote_copyright {
  color: #bababa;
  font-family: 'Cabin';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  bottom: 9.5px;
  position: absolute;
  padding: 0 10px;
  width: 100%;
}


@media (max-width:865px) {

  .studyquote_icon {
    width: 236px;
    height: 227px;
  }

  .studyquote_container {
     grid-template-columns: 100%;
     gap: 0;
  }

  .hintergrund_container .studyquote_container {
    padding: 0;
  }

  .studyquote_content_area {
    margin: -30px 0 0;
    padding: 60px 20px 32px;
    text-align: left;
  }

  .studyquote_content {
    font-size: 20px;
    line-height: 28px;
  }
}
