.tcb-outsmart-module {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  width: 80%;
  margin: 0 auto;
  background-color:#fff;
}

.tcb-outsmart-module .tcb-outsmart-module__text__title{
  font-family: Muli;
  font-weight: 700;
  font-size: 29px;
  margin: 40px 0 30px 0;
}

.tcb-outsmart-module .tcb-outsmart-module__block{
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.tcb-outsmart-module .tcb-outsmart-module__block__title{
  font-family: Muli;
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0 10px 0;
  position: relative;
}

.tcb-outsmart-module .tcb-outsmart-module__block__title::before{
  position: absolute;
  width: 12px;
  height: 16px;
  background-image: url('../../assets/images/marker.svg');
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  top: 0;
  transform: translate(-140%, 4px);
  content: '';
}

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

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

  .tcb-outsmart-module .tcb-outsmart-module__block{
    width:80%;
    align-self: center;
    transform: translateX(25px);
  }
  .tcb-outsmart-module .tcb-outsmart-module__text__title{
    align-self: center;
  }

  .tcb-outsmart-module .tcb-outsmart-module__block__title::before{
    transform: translate(-25px, 4px);
  }

  .tcb-outsmart-module .tcb-outsmart-module__block__text{
    /* text-align: center; */
    width: 90%;
    margin: 10px 0;
  }
}

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

  .tcb-outsmart-module .tcb-outsmart-module__main{
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .tcb-outsmart-module .tcb-outsmart-module__block{
    align-self: center;
    width: 50%;
  }

  .tcb-outsmart-module .tcb-outsmart-module__block__title{
    font-size: 22px;
    text-align: left;
  }

  .tcb-outsmart-module .tcb-outsmart-module__block__title::before{
    width: 12px;
    height: 19px;
    transform: translate(-25px, 3px);
  }

  .tcb-outsmart-module .tcb-outsmart-module__block__text{
    width: 90%;
    margin: 10px 0;
    text-align: left;
  }
}

@media screen and (min-width: 1000px) {
  .tcb-outsmart-module{
    margin-top: 40px;
  }
  .tcb-outsmart-module .tcb-outsmart-module__main{
    margin: 40px auto 0 auto;
  }
  .tcb-outsmart-module .tcb-outsmart-module__text__title{
    font-size: 34px;
    margin: 40px 0 40px 0;
  }

  .tcb-outsmart-module .tcb-outsmart-module__text__subtitle{
    font-size: 14px;
    line-height: 18px;
  }
}

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

  .tcb-outsmart-module .tcb-outsmart-module__block{
    width: 40%;
  }

  .tcb-outsmart-module .tcb-outsmart-module__text{
    display: flex;
    flex-direction: column;
    width: 80%;
    align-self: center;
  }

  .tcb-outsmart-module .tcb-outsmart-module__text__title{
    font-size: 38px;
  }

  .tcb-outsmart-module .tcb-outsmart-module__block__text {
    font-size: 16px;
    line-height: 23px;
  }
}

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

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

  .tcb-outsmart-module .tcb-outsmart-module__text__title{
    font-size: 42px;
    margin: 40px 0 40px 0;
  }

}
