/*  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


* {
  font-family: "Roboto", sans-serif !important;
}

#hero-section {
  padding: 8rem 0 14rem;
  height: auto;
}



#hero-section h1 {
  font-size: 42px;
  line-height: 58px;
  font-weight: bold;
  margin: 0;
}

#hero-section h1 span {
  font-size: 22px;
  line-height: 22px;
}

.card9 ul li {
  font-size: 18px;
}

/* h2 {
  font-size: 44px;
} */

p,
li {
  font-size: 20px;
  line-height: normal;
}

@media (min-width: 1920px) {
  .img-hero img {
    transform: translate(-160px, 70px) scale(1.3);
  }
}

@media (max-width: 1440px) {

  #hero-section h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .img-hero img {
    transform: translate(-40px, 50px) scale(1.1);
  }

  #hero-section {
    padding: 7rem 0 9rem;
  }
}

@media (max-width: 1366px) {
  #hero-section h1 {
    font-size: 48px;
    line-height: 60px;
  }

  #hero-section h1 span {
    font-size: 28px;
    line-height: 28px;
  }

  #hero-section {
    padding: 4rem 0 14rem;
  }
}

@media (max-width: 1200px) {
  #hero-section {
    padding: 10rem 0 10rem;
  }

  #hero-section h1 {
    font-size: 38px;
    line-height: 50px;
  }

  #hero-section h1 span {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 {
    font-size: 8vw;
    line-height: 9vw;
  }

  #hero-section h1 span {
    font-size: 4vw;
    line-height: 4vw;
  }

  .img-hero img {
    transform: translate(0px, 0px) scale(1);
    max-width: 600px;
    width: 100%;
  }

  .hero-m-1 {
    transform: translateY(30px) scale(1);
  }
}

@media (max-width: 768px) {
  #hero-section {
    padding: 4rem 0 8rem;
  }
}

@media (max-width: 565px) {}