.studyquotes_container {
    max-width: 1104px;
    margin: 50px auto 50px;
    padding: 0 20px;
}

.studyquotes_content_area {
  background-color: #4200FF;
  padding: 39px 111px;
  border-radius: 15px;
  margin-top: -18px;
  text-align: center;
}

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


.studyquotes_author, .studyquotes_author_title {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.studyquotes_author_title {
  font-weight: 500;
}

.studyquotes_icon {
  width: 236px;
  background-color: #EAEAEA;
  border-radius: 15px;
  height: 227px;
  background-position: inherit;
  z-index: 3;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  margin: auto;
  background-size: cover;
}

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

@media (max-width:865px) {
  .hintergrund_container .studyquotes_container {
    padding: 0;
  }

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

  .studyquotes_content_area {
    text-align: center;
    padding: 39px 30px;
  }

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