@media (min-width: 1199px) and (max-width: 1400px) {
  .company-tag-lines h1 {
    font-family: "Big Shoulders Inline", sans-serif;
    font-weight: 500;
    font-style: Regular;
    font-size: 140px;
    leading-trim: NONE;
    line-height: 160px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffe880;
    text-align: center;
    margin-bottom: 0;
  }
  .carousel .title {
    font-size: 50px;
    line-height: 60px;
  }

  .carousel .desc {
    font-size: 18px;
  }

  .work-card {
    width: 320px;
    height: 260px;
  }

  .works-carousel {
    width: calc(100vw - ((100vw - 1140px) / 2)); /* match container */
  }
  .break-res-a{
    display: none;
  }
  .break-res-b{
  display: block;
}
}
@media (min-width: 1250px) and (max-width: 1350px) {
  .line-1 {
    height: 339px;
    position: absolute;
    top: 300px;
    left: -120px;
  }

  .line-2 {
    height: 174px;
    position: absolute;
    left: 100px;
    top: 350px;
  }

  .line-3 {
    height: 285px;
    position: absolute;
    right: -120px;
    top: 300px;
  }
}
@media (min-width: 1050px) and (max-width: 1250px) {
  .line-1 {
    height: 339px;
    position: absolute;
    top: 300px;
    left: -40px;
  }

  .line-2 {
    height: 174px;
    position: absolute;
    left: 100px;
    top: 350px;
  }

  .line-3 {
    height: 285px;
    position: absolute;
    right: -40px;
    top: 300px;
  }
  .star-circle-second {
    width: 101px;
    height: 101px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: 0px;
    top: 350px;
  }
}
@media (min-width: 980px) and (max-width: 1050px) {
.line-1 {
    height: 339px;
    position: absolute;
    top: 300px;
    left: -20px;
  }

  .line-2 {
    height: 174px;
    position: absolute;
    left: 100px;
    top: 350px;
  }

  .line-3 {
    height: 285px;
    position: absolute;
    right: -20px;
    top: 300px;
  }
  .star-circle-second {
    width: 101px;
    height: 101px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: 0px;
    top: 350px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
.line-1 {
    height: 339px;
    position: absolute;
    top: 300px;
    left: -40px;
  }

  .line-2 {
    height: 174px;
    position: absolute;
    left: 8 0px;
    top: 350px;
  }

  .line-3 {
    height: 285px;
    position: absolute;
    right: -40px;
    top: 300px;
  }
  .star-circle-second {
    width: 101px;
    height: 101px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: 0px;
    top: 350px;
  }
  .hero-content h1 {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 800;
  font-style: ExtraBold;
  leading-trim: NONE;
  line-height: 80px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  perspective: 900px;
}
.hero-content .text-1 {
  color: #ffe880;
  font-size: 80px;
}
.hero-content .text-2 {
  color: #c00039;
  font-size: 80px;
}
.hero-content .text-3 {
  display: inline-block;
  color: #ffe880;
  background: #c00039;
  font-size: 92px;
  padding: 10px;

  transform: rotate(2.37deg); /* 👈 rotate */
  transform-origin: center; /* optional, controls pivot point */
}
}


@media (max-height: 820px) and (min-height: 750px) {
.line-1 {
  height: 339px;
  position: absolute;
  top: 280px;
  left: -116px;
}

.line-2 {
  height: 174px;
  position: absolute;
  left: 100px;
  top: 300px;
}

.line-3 {
  height: 285px;
  position: absolute;
  right: -140px;
  top: 280px;
}

}
@media (max-height: 750px) and (min-height: 650px) {
.line-1 {
  height: 250px;
  position: absolute;
  top: 280px;
  left: -116px;
}

.line-2 {
  height: 120px;
  position: absolute;
  left: 100px;
  top: 250px;
}

.line-3 {
  height: 250px;
  position: absolute;
  right: -140px;
  top: 280px;
}

}