.tp-landingpage .div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faf514;
}.tp-landingpage .image {
  width: 20%;
  margin-right: auto;
  margin-left: auto;
}.tp-landingpage .text-block {
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  color: #464646;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}.tp-landingpage .text-block-2 {
  margin-top: 20px;
  color: #464646;
  text-align: center;
}

@media screen and (max-width: 767px) {.tp-landingpage .text-block {
    line-height: 25px;
    text-align: center;
  }.tp-landingpage .text-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .image {
    width: 40%;
  }.tp-landingpage .text-block {
    line-height: 28px;
  }
}