.tcb-last-hero-module{
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  height: 60vh;
  max-height: 600px;
  align-items: center;
  margin: 40px 0 0 0;
}

.tcb-last-hero-module .tcb-last-hero-module__bg{
  background-image: url('../../assets/images/new-way.jpg');
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tcb-last-hero-module .tcb-last-hero-module__text{
  width: calc(100% - 60px);
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 60%;
  line-height: 30px;
  margin: 0;
}

.tcb-last-hero-module .tcb-last-hero-module__text .tcb-big-btn{
  margin: 60px auto 30px auto;
}
