.needing-your-lawn-cut-container {
  text-align: center;
  background-color: #fff;
}
.needing-your-lawn-cut-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.nylc-img-cont-mob {
  display: none;
}
.nylc-breadcrumb {
  margin-top: 20px;
}
.nylc-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style-type: none;
  padding-inline-start: 0px;
}
.nylc-breadcrumb a {
  font-size: 16px;
  color: #5f5f5f;
  text-decoration: none;
}
.nylc-breadcrumb a span {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 80%;
}
.nylc-breadcrumb a span:hover {
  opacity: 1;
  font-weight: bold;
}
.gp-forward {
  width: 7px;
  height: 12.5px;
}
.inactiveLink {
  pointer-events: none;
  cursor: default;
}
.current-loc {
  font-family: Heebo-SemiBold;
  color: #373737;
  opacity: 100% !important;
}
.needing-your-lawn-cut-heading {
  font-family: Heebo-Bold;
  font-size: 52px;
  font-weight: bold;
  color: #404040;
  margin-top: 42px;
  line-height: 42px;
}
.nylc-sub-heading {
  margin-top: 12px;
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.nylc-img-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.gp-work-img-col, .gp-work-img {
  width: 172px;
  height: 172px;
}
.need-your-lawn-cut-img {
  width: 260px;
}
.nylc-content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 138px;
}
.img-content {
  font-family: Heebo-Medium;
  width: 296px;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  color: #373737;
}
.no-trail {
  font-family: Heebo-Medium;
  text-wrap: nowrap;  
}
.nylc-see-price-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.nylc-see-price-btn a {
  display: flex;
  width: 230px;
  height: 65px;
  object-fit: contain;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nylc-see-price-btn .arrow-price {
  padding-left: 5px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.nylc-see-price-btn a:hover {
  background: #f67106;
}
.nylc-see-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
@media screen and (max-width: 1365px) {
  .needing-your-lawn-cut-inner {
    max-width: 1092px;
  }
  .nylc-breadcrumb a {
    font-size: 15px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 50px;
  }
  .nylc-sub-heading {
    font-size: 27px;
  }
  .nylc-img-row {
    margin-top: 22px;
  }
  .gp-work-img-col, .gp-work-img {
    width: 170px;
    height: 170px;
  }
  .need-your-lawn-cut-img {
    width: 232px;
  }
  .nylc-content-row {
    gap: 135px;
  }
  .nylc-see-price-btn a {
    width: 220px;
    height: 63px;
  }
}
@media screen and (max-width: 1279px) {
  .needing-your-lawn-cut-inner {
    max-width: 938px;
  }
  .nylc-breadcrumb a {
    font-size: 13px;
  }
  .gp-forward {
    width: 6px;
    height: 10.5px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 43px;
    margin-top: 60px;
  }
  .nylc-sub-heading {
    font-size: 23px;
    margin-top: 5px;
  }
  .nylc-img-row {
    margin-top: 27px;
  }
  .gp-work-img-col, .gp-work-img {
    width: 140px;
    height: 140px;
  }
  .need-your-lawn-cut-img {
    width: 210px;
  }
  .nylc-content-row {
    gap: 96px;
    margin-top: 10px;
  }
  .img-content {
    width: 253px;
    font-size: 25px;
    line-height: 1.26;
  }
  .nylc-see-price-btn a {
    width: 190px;
    height: 55px;
    font-size: 18px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 8px;
    height: 13px;
    top: 1px;
  }
}
@media screen and (max-width: 1099px) {
  .needing-your-lawn-cut-inner {
    max-width: 874px;
  }
  .nylc-breadcrumb a {
    font-size: 12px;
  }
  .nylc-breadcrumb a span {
    gap: 6px;
  }
  .nylc-breadcrumb {
    margin-top: 12px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 40px;
    margin-top: 55px;
  }
  .nylc-sub-heading {
    font-size: 21.5px;
    margin-top: 4px;
  }
  .nylc-img-row {
    margin-top: 24px;
  }
  .gp-work-img-col, .gp-work-img {
    width: 127px;
    height: 127px;
  }
  .need-your-lawn-cut-img {
    width: 200px;
  }
  .nylc-content-row {
    gap: 114px;
  }
  .img-content {
    width: 215px;
    font-size: 22px;
  }
  .nylc-see-price-btn a {
    width: 175px;
    height: 50px;
  }
  .nylc-see-price-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .needing-your-lawn-cut-inner {
    max-width: 656px;
  }
  .nylc-breadcrumb {
    margin-top: 10px;
  }
  .nylc-breadcrumb a {
    font-size: 9px;
  }
  .gp-forward {
    width: 4px;
    height: 8.5px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 30px;
    margin-top: 44px;
  }
  .nylc-sub-heading {
    font-size: 16px;
  }
  .nylc-img-row {
    margin-top: 20px;
  }
  .gp-work-img-col, .gp-work-img {
    width: 95px;
    height: 95px;
  }
  .need-your-lawn-cut-img {
    width: 150px;
  }
  .nylc-content-row {
    gap: 70px;
    margin-top: 8px;
  }
  .img-content {
    width: 175px;
    font-size: 17px;
  }
  .nylc-see-price-btn a {
    width: 130px;
    height: 40px;
    font-size: 15px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 6px;
    height: 10px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .nylc-img-row, .nylc-content-row {
    display: none;
  }
  .needing-your-lawn-cut-inner {
    max-width: 670px;
  }
  .nylc-breadcrumb {
    margin-top: 20px;
  }
  .nylc-breadcrumb a {
    font-size: 18px;
  }
  .nylc-breadcrumb ol {
    gap: 10px;
  }
  .nylc-breadcrumb a span {
    gap: 8px;
  }
  .gp-forward {
    width: 10px;
    height: 12px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 40px;
    line-height: 48px;
    max-width: 344px;
    margin: 42px auto 0 auto;
  }
  .nylc-sub-heading {
    font-size: 24px;
    line-height: 32px;
    max-width: 410px;
    margin: 10px auto 0 auto;
  }
  .nylc-img-cont-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    gap: 50px;
  }
  .gp-work-img-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .gp-work-img {
    width: 150px;
    height: 150px;
  }
  .img-content {
    width: 68%;
    font-size: 32px;
    line-height: normal;
  }
  .nylc-see-price-btn {
    margin-top: 32px;
  }
  .nylc-see-price-btn a {
    width: 80%;
    height: 72px;
    font-size: 26px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 12px;
    height: 18px;
    top: 1px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 719px) {
  .needing-your-lawn-cut-inner {
    max-width: 500px;
  }
  .nylc-breadcrumb {
    margin-top: 15px;
  }
  .nylc-breadcrumb a {
    font-size: 17px;
  }
  .nylc-breadcrumb a span {
    gap: 6px;
  }
  .nylc-breadcrumb ol {
    gap: 8px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 38px;
    line-height: 46px;
    max-width: 326px;
    margin: 36px auto 0 auto;
  }
  .img-content {
    width: 80%;
    font-size: 30px;
  }
  .gp-work-img {
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 539px) {
  .needing-your-lawn-cut-inner {
    max-width: 390px;
  }
  .nylc-breadcrumb a {
    font-size: 15px;
  }
  .nylc-breadcrumb ol {
    gap: 6px;
  }
  .gp-forward {
    width: 8px;
    height: 10px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 36px;
    line-height: 38px;
    max-width: 260px;
    margin: 30px auto 0 auto;
  }
  .nylc-sub-heading {
    font-size: 22px;
    line-height: 30px;
    max-width: 300px;
    margin: 7px auto 0 auto;
  }
  .nylc-img-cont-mob {
    margin-top: 22px;
    gap: 40px;
  }
  .gp-work-img-mob {
    gap: 1px;
  }
  .gp-work-img {
    width: 134px;
    height: 134px;
  }
  .img-content {
    width: 100%;
    font-size: 28px;
    line-height: normal;
  }
  .nylc-see-price-btn {
    margin-top: 29px;
  }
  .nylc-see-price-btn a {
    width: 100%;
    height: 64px;
    font-size: 22px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 10px;
    height: 16px;
    top: 1px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 427px) {
  .needing-your-lawn-cut-inner {
    max-width: 370px;
  }
  .nylc-breadcrumb a {
    font-size: 14px;
  }
  .gp-forward {
    width: 7px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 35px;
  }
  .nylc-sub-heading {
    font-size: 21px;
  }
  .img-content {
    font-size: 27px;
  }
}
@media screen and (max-width: 409px) {
  .needing-your-lawn-cut-inner {
    max-width: 362px;
  }
  .gp-work-img {
    width: 132px;
    height: 132px;
  }
}
@media screen and (max-width: 399px) {
  .nylc-img-row, .nylc-content-row {
    display: none;
  }
  .needing-your-lawn-cut-inner {
    max-width: 350px;
  }
  .nylc-breadcrumb a {
    font-size: 14px;
  }
  .nylc-breadcrumb ol {
    gap: 6px;
  }
  .nylc-breadcrumb a span {
    gap: 5px;
  }
  .gp-forward {
    width: 6px;
    height: 10px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 34px;
    line-height: 38px;
    max-width: 210px;
    margin: 30px auto 0 auto;
  }
  .nylc-sub-heading {
    font-size: 20px;
    line-height: 30px;
    max-width: 300px;
    margin: 7px auto 0 auto;
  }
  .nylc-img-cont-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
    gap: 40px;
  }
  .img-content {
    width: 100%;
    font-size: 26px;
    line-height: normal;
  }
  .nylc-see-price-btn {
    margin-top: 29px;
  }
  .nylc-see-price-btn a {
    height: 60px;
    font-size: 22px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 10px;
    height: 16px;
    top: 1px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 389px) {
  .needing-your-lawn-cut-inner {
    max-width: 336px;
  }
  .nylc-breadcrumb a {
    font-size: 13px;
  }
  .gp-forward {
    width: 5px;
    height: 9px;
  }
  .img-content {
    font-size: 25px;
  }
}
@media screen and (max-width: 374px) {
  .needing-your-lawn-cut-inner {
    max-width: 328px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 32px;
    line-height: 36px;
    max-width: 200px;
  }
  .nylc-sub-heading {
    font-size: 18px;
    line-height: 26px;
    max-width: 272px;
    margin: 6px auto 0 auto;
  }
  .gp-work-img {
    width: 128px;
    height: 128px;
  }
  .img-content {
    font-size: 24px;
  }
  .nylc-see-price-btn a {
    height: 58px;
    font-size: 20px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 8px;
    height: 14px;
    top: 2px;
    padding-left: 4px;
  }
}
@media screen and (max-width: 364px) {
  .needing-your-lawn-cut-inner {
    max-width: 286px;
  }
  .nylc-breadcrumb a {
    font-size: 11px;
  }
  .gp-forward {
    width: 4px;
    height: 8px;
  }
  .needing-your-lawn-cut-heading {
    font-size: 26px;
    line-height: 32px;
    max-width: 185px;
    margin: 22px auto 0 auto;
  }
  .nylc-sub-heading {
    font-size: 16px;
    line-height: 22px;
    max-width: 245px;
    margin: 4px auto 0 auto;
  }
  .gp-work-img {
    width: 110px;
    height: 110px;
  }
  .img-content {
    font-size: 21px;
  }
  .nylc-img-cont-mob {
    margin-top: 20px;
    gap: 30px;
  }
  .nylc-see-price-btn {
    margin-top: 24px;
  }
  .nylc-see-price-btn a {
    height: 50px;
    font-size: 18px;
  }
  .nylc-see-price-btn .arrow-price {
    width: 7px;
    height: 12px;
    top: 1px;
  }
}
