.tcb-howitworksbanner-module{
  width: 100%;
  position: relative;
  display: flex;
  height: 60vh;
  max-height: 600px;
  align-items: center;
  margin: 30px 0 0 0;
  background-color: #F36A20;
  mix-blend-mode: multiply;
  color: #fff;
}

.tcb-howitworksbanner-module .bg {
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 50%;
}

.tcb-howitworksbanner-module a,
.tcb-howitworksbanner-module a:visited {
  color: #fff;
  text-decoration: none;
}

.tcb-howitworksbanner-module .left_text {
  width: 576px;
  margin-left: 116px;
  position: relative;
}

.tcb-howitworksbanner-module .cta {
  right: 325px;
  position: absolute;
}
