.o-s-l-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
}

.o-s-l-box h3 {
  width: 100%;
  font-size: 25px;
  background-color: #007abd;
  color: white;
  padding-left: 3px;
  margin: 100px 0;
}

.o-s-l-box img {
  min-width: 320px;
  max-width: 400px;
  margin-right: 10px;
}

.o-s-l-box p {
  line-height: 1.85em;
  max-width: 450px;
  text-align: left;
  margin: 0 auto;
  transition: 500ms all;
}

.o-s-l-box p .s-p-1 {
  color: rgb(233, 86, 66);
  font-size: 16px;
}

.o-s-l-box img img {
  width: 100%;
}

.faq {
  margin: 0 7.2% 185px 7.2%;
}

.faq h2 {
  font-size: 2.5rem;
  font-family: "NNNouvelleGrotesk-bold";
}

.faq p {
  font-size: 1.25rem;
  line-height: 1.85rem;
  width: 60%;
  max-width: 697px;
}

.faq .faq-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.faq .faq-head .faq-kreis {
  width: 20px;
  height: 20px;
  border: 1px solid #007abd;
  border-radius: 50%;
}

@media screen and (max-width: 800px) {

  
  .o-s-l-box p {
    margin: 35px 0;
    text-align: left;
    width: 90%;
  }
  .faq .faq-head {
    max-width: 100%;
  }

  .faq .faq-head .faq-kreis {
    display: none;
  }

  .faq p {
    width: 100%;
  }
  
}
