.tp-landingpage .heading {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}.tp-landingpage .heading._3 {
  margin-top: 0%;
}.tp-landingpage .heading-2 {
  display: inline-block;
  margin-top: 5%;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}.tp-landingpage .text-block {
  width: 90%;
  margin-left: 5%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}.tp-landingpage {
  max-width: 1250px;
}

@media screen and (max-width: 991px) {.tp-landingpage .heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }.tp-landingpage .heading-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }.tp-landingpage .text-block {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {.tp-landingpage .heading {
    margin-right: auto;
    margin-left: auto;
  }.tp-landingpage .heading-2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {.tp-landingpage .heading {
    width: 85%;
    font-size: 20px;
    line-height: 22px;
  }.tp-landingpage .heading-2 {
    font-size: 27px;
  }.tp-landingpage .text-block {
    width: 85%;
    text-align: justify;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}