@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Montserrat:wght@500;600;700;800;900&display=swap');

@media (min-width: 768px) {
  .new-home .flex-row {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 991px) {
  .new-home .flex-row-sm {
    display: flex;
    align-items: center;
  }
}

.homeBanner.new-home {
  background-color: #f5f5f5;
  margin-top: 150px;
}

.new-home .text-banner,
.new-home .newpodlet {
  padding: 2em 4em;
  margin: 1em auto;
  max-width: 1400px;
  text-align: left;
}

.new-home .text-banner {
  padding: 3em 4em;
  margin: 0 auto;
}

.new-home p.poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.new-home p.intro {
  font-size: 22px;
  line-height: 1.7;
}

.new-home .orange {
	color: #e76617 !important;
}

.new-home .poppins {
  font-family: 'Poppins', sans-serif !important;
}

.new-home .button {
  padding: 1rem 2.5rem;
  text-transform: none;
  font-size: 0.9em;
  text-decoration: none !important;
  cursor: pointer;
  margin-top: 1em;
  display: inline-block;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.new-home .btn-orange {
  background-color: #f37022 !important;
  color: #fff !important;
}

.new-home .button:hover, .new-home a.button:focus {
  opacity: 0.9;
}

.new-home .btn-orange:focus {
  outline: 3px dotted #f37022;
  outline-offset: 1px;
}

.new-home .squared {
  border-radius: 10px;
}

.homeBanner.new-home .text-banner h1,
.new-home .newpodlet h1 {
  font-size: 64px;
  font-weight: 700;
  text-align: left;
}

.new-home .newpodlet h1 {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 44px;
}

.new-home .newpodlet h2 {
  color: #26275E;
  font-size: 36px;
  margin: 0 0 .5em;
}

.new-home .newpodlet p {
  font-size: 18px;
}

.new-home p.narrow {
  max-width: 80%;
}

.new-home .podlet img {
  width: 100%;
}

.new-home .text-button {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  max-width: 230px;
  position: relative;
  display: block;
  margin-right: 60px;
  margin-top: 20px;
}

.new-home .text-button:hover {
  color: #f37022;
}

.new-home .text-button:focus,
.new-home .text-button:hover:focus {
  outline: 2px dotted;
  outline-offset: 1px;
  text-decoration: none;
}

.new-home .text-button::after {
  content: "\27F6";
  font-size: 40px;
  position: absolute;
  right: -60px;
  top: 10px;
  color: #f37022;
}


@media (max-width: 1199px) {
  .new-home .text-banner, .new-home .newpodlet {
    padding: 1em 2em;
  }

  .new-home .text-banner {
    padding: 2em;
  }

  .homeBanner.new-home .text-banner h1 {
    font-size: 54px;
  }

  .new-home p.narrow {
    max-width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .new-home h1, .new-home .h1, .new-home h2, .new-home .h2, .new-home h3, .new-home .h3, .new-home h4, .new-home h5, .new-home h6 {
    text-align: inherit;
  }
}

@media (max-width: 991px) {
  .new-home .newpodlet h1 {
    font-size: 42px;
    text-align: center;
  }

  .new-home .newpodlet h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .homeBanner.new-home {
    margin-top: 120px;
  }
  
  .new-home .newpodlet h1 {
    font-size: 36px;
  }
}