.tp-landingpage {
  text-align: center;
}.tp-landingpage .text-block {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}.tp-landingpage .text-block-2 {
  margin-top: 10px;
}.tp-landingpage .image {
  width: 10%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {.tp-landingpage .image {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .text-block,.tp-landingpage .text-block-2 {
    margin-left: 10px;
    margin-right: 10px;
  }.tp-landingpage .image {
    width: 35%;
  }
}


