.tcb-whoweare-module {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  width: calc(100% - 60px);
  margin: 0 auto;
  background-color: var(--white);
}

.tcb-whoweare-module .tcb-whoweare-module__text__title{
  font-family: Muli;
  font-weight: 700;
  font-size: 29px;
  margin: 40px auto 30px auto;
  text-align: center;
  width:90%;
}

.tcb-whoweare-module .tcb-whoweare-module__text{
  font-family: Muli;
  font-size: 12px;
  line-height: 19px;
}

@media screen and (min-width: 500px) {
  .tcb-whoweare-module {
    width: 65%;
  }

  .tcb-whoweare-module .tcb-whoweare-module__text{
    width: 100%;
    margin: 10px 0;
  }

}

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

  .tcb-whoweare-module .tcb-whoweare-module__text__title{
    width: 80%;
    margin: 40px auto 20px auto;
  }

  .tcb-whoweare-module .tcb-whoweare-module__text{
    width: 70%;
    margin: 10px auto;
    text-align: left;
  }
}

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

  .tcb-whoweare-module .tcb-whoweare-module__text__title{
    font-size: 34px;
  }
}

@media screen and (min-width: 1200px) {
  .tcb-whoweare-module .tcb-whoweare-module__text__title{
    font-size: 38px;
  }

  .tcb-whoweare-module .tcb-whoweare-module__text{
    font-size: 16px;
    line-height: 23px;
  }

}

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

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

  .tcb-whoweare-module .tcb-whoweare-module__text__title{
    font-size: 42px;
  }

}
