/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Single Industry - hero Section */
.site-main {
   max-width: 100vw !important;
   background: #000;
}
.industry-hero {
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.industry-hero-inner {
    max-width: 767px;
    text-align: center;
    margin: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.industry-hero-inner h1 {
    color: #fff;
}

.industry-hero-inner .hero-eyebrow,
.industry-hero-inner .hero-text {
    color: #efefefa3;
}


/* Starlink Business - Starts */

/* Section 1 - hero - Starts */

.starlink-hero {
  background: #000;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.starlink-hero .container {
  max-width: 1200px;
  margin: auto;
}

.starlink-hero img {
    margin: auto;
    display: block;
}

.starlink-hero .hero-content {
    text-align: center;
	padding-top: 1rem;
}

.starlink-hero  .starlink-subtitle {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 100;
}

.starlink-hero .second-title {
   margin-bottom: 20px;
}

.starlink-hero h1 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.starlink-hero p {
    font-size: 16px;
    max-width: 54vw;
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0.04em;
    margin: auto;
}

.starlink-hero .starlink-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 32px;
  border: 1px solid #FAB62A;
  color: #FAB62A;
  text-decoration: none;
  font-weight: 400;
}

@media (max-width: 768px) {
  .starlink-hero .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .starlink-hero p {
    max-width: 80vw;
   }
}
/* Section 2 - hero - Ends */
/* Starlink Business - Ends */