.question {
  background-color: #6e445d;
  color: #FFFFFF;
  padding: 50px 0;
}

.question.question--nomargin {
  margin-bottom: 0;
}

.question .container {
      padding: 0 40px;
      display: flex;
      align-items: center;
}

@media (min-width: 768px) {
  .question {
    padding: 100px 0;
  }
  .container--question {
    display: flex;
  }
}

.question__image {
  background-color: #d2d2d2;
  width: 680px;
  height: 410px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .question__image {
/*     margin-right: -100px; */
      margin-left: 100px;
  }
}

@media screen and (max-width: 1500px) {
  .question {
    overflow: hidden;
  }
  .question__image {
/*     margin-right: -150px; */
  }
}

@media screen and (max-width: 1070px) {
  .question__image {
/*     margin-right: -250px; */
  }
}

@media screen and (max-width: 940px) {
  .question__image {
/*     margin-right: -350px; */
    background-position: top center;
  }
}

@media screen and (max-width: 855px) {
  .question {
    margin-bottom: 40px;
  }
  .question__image {
    display: none;
  }
}

/* .question__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 410px;
/*   max-width: 360px */
} */

.question__breadcrumbs {
  position: absolute;
  top: 30px;
  left: 30px;
}

.question__breadcrumbs a, .question__breadcrumbs span {
  opacity: 0.8;
  color: #FFFFFF;
  text-decoration: none;
}

.question__breadcrumbs a:hover {
 text-decoration: underline;
}

.question .section-heading:after {
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .question__content {
/*     margin-bottom: -25px; */
/*       max-width: 900px; */
  }
}

.question__content .section-heading {
  margin-bottom: 20px;
}

.question__content .section-heading > * {
  line-height: 1.2;
}

.question__content p {
  margin: 0 15px 15px 0;
  font-size: 20px;
  line-height: 1.3;
}


