.tcb-safe-module {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  margin: 0 auto;
  background-color: var(--extra-light-gray);
}

.tcb-safe-module .main{
  margin: 0 30px;
  display: flex;
  flex-direction: column;
}

.tcb-safe-module .safety-reference-teaser{
  flex-direction: column;
  margin-bottom: 30px;
}


.tcb-safe-module .safety-reference-teaser p{
  font-style: normal;
  font-size: 18px;
  line-height: 29px;
}

.tcb-safe-module .text{
  text-align: left;
  margin: 50px 30px 50px 30px;
}

.text .text__title.tcb-primary-color{
  margin-top: 0px;
}

.tcb-safe-module .separator_desktop{
  width: 90px;
  height: 2px;
  margin-top: 20px;
  background-color: var(--orange);
  display: none;
}

.tcb-safe-module .separator_mobile{
  width: 90px;
  height: 2px;
  margin-top: 50px;
  background-color: var(--orange);
}

.tcb-safe-module .image-wrapper,
.tcb-safe-module .body-wrapper, 
.tcb-safe-module .title-wrapper {
  margin-top: 35px;
}

.tcb-safe-module .image-wrapper img {
  max-width: 400px;
}

/* desktop */
@media screen and (min-width: 768px) {
  .tcb-safe-module {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin: 0 auto;
    padding: 150px 50px;
  }

  .tcb-safe-module .main{
    width: 100%;
    margin: 100px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .tcb-safe-module .safety-reference-teaser{
    width: 30%;
  }

  .tcb-safe-module h4{
    margin-top: 50px;
  }

  .tcb-safe-module .image-wrapper,
  .tcb-safe-module .body-wrapper {
    margin-top: 30px;
    min-height: 50px;
  }

  .tcb-safe-module .image-wrapper img {
    max-width: 250px;
  }

  .tcb-safe-module .title-wrapper {
    margin-top: 30px;
    min-height: 40px;
  }

  .tcb-safe-module .teaser_separator{
    display: block;
  }

  .tcb-safe-module .logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
  }

  .tcb-safe-module .text{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0px;
  }

  .tcb-safe-module .safety-reference-teaser p{
    
  }

  .tcb-safe-module .separator_desktop{
    display: block;
  }
  
  .tcb-safe-module .separator_mobile{
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .tcb-safe-module {    
    padding: 150px;
  }
}

@media screen and (min-width: 1000px) {
  .tcb-safe-module{

  }
  .tcb-safe-module .main{
    margin: 40px auto 0 auto;
  }
}

@media screen and (min-width: 1200px) {

  .tcb-safe-module .text{
    display: flex;
    flex-direction: column;
  }
}