.tcb-savings-module {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.tcb-savings-module .text__heading h2 {
  font-weight: initial;
  font-size: 22px;
  line-height: 31px;
}

.tcb-savings-module .logos{
  text-align: center;
}

.tcb-savings-module .logos img {
  max-width: 75%;
}

.tcb-savings-module .logo {
  height: 17px;
}

.tcb-savings-module .logo__airlines{
  height: 25px;
  position: relative;
  top: 5px;
}


/* desktop */
@media screen and (min-width: 768px) {

  .tcb-savings-module .text__heading {
    margin: 0 30px 60px 30px;
  }

  .tcb-savings-module .text__heading h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
  }

  .tcb-savings-module {
    position: relative;
    text-align: center;
    width: 760px;
    margin: 50px auto;
    max-height: 600px;
    background-color: var(--white);
    padding: 0;
  }

  .tcb-savings-module .separator{
    width: 1px;
    height: 23px;
    display: inline-block;
    top: -5px;
    margin: 5px;
    position: relative;
    background-color: var(--dark-gray);
    margin: 0 10px 0 10px;
  }

  .tcb-savings-module .logos{
    width: 100%;
    display: block;
  }
}