.owl-stage-outer {
  overflow-x: scroll !important;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  display: flex;
  scrollbar-width: thin;
  scrollbar-color: #a9a9a9 transparent;
}
.best-lawn-care-container {
  background-color: #effeee;
  text-align: center;
}
.best-lawn-care-inner {
  max-width: 1166px;
  margin: 0 auto;
  padding-top: 50px
}
.best-lawn-care-heading {
  margin: 0 auto;
  max-width: 985px;
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #404040;
}
.best-lawn-care-sub-heading {
  margin: 0 auto;
  width: 680px;
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.green-down-arrow {
  position: relative;
  top: 25px;
}

#blc-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.blc-outer {
  gap: 25px;
  padding-bottom: 15px;
}
#blc-carousel .blc-outer .blc-carousel-item {
  display: flex;
  flex-direction: column;
  width: 340px;
}
#blc-carousel .blc-outer .owl-item {
  width: 367px !important;
  margin-right: 0px !important;
}
#blc-carousel .owl-stage-outer {
  width: 100%;
  top: -80px;
}
#blc-carousel .owl-stage-outer .owl-stage {
  align-items: baseline;
}
#blc-carousel .owl-dots {
  margin: 30px auto 0 auto;
  position: relative;
  top: -80px;
  width: 80%;
}
#blc-carousel .owl-nav {
  position: absolute;
  top: 335px;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#blc-carousel .owl-nav .owl-prev {
  pointer-events: all;
  cursor: pointer;
  left: -30px;
  position: relative;
}
#blc-carousel .owl-nav .owl-next {
  pointer-events: all;
  cursor: pointer;
  right: -30px;
  position: relative;
}
.blc-carousel-img {
  height: 208px;
  object-fit: fill;
}
.blc-carousel-price-bg {
  background-image: url('https://s3.amazonaws.com/greenpal-production/images/location_v2/price_bg_orng.svg');
  background-repeat: no-repeat;
  position: absolute;
  width: 66px;
  height: 74px;
  right: 42px;
  top: -2px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Heebo-SemiBold;
  font-size: 12px;
  color: #ffffff;
  padding-top: 14px;
}
.blc-carousel-price-bg span {
  font-family: Heebo-Bold;
  font-size: 22px;
  line-height: 20px;
}
.blc-carousel-logo {
  position: relative;
  top: -36px;
  width: 62px !important;
  height: 62px;
  left: 10px;
  border-radius: 32px;
  border: 2px solid #e8f9e7;
}
.blc-carousel-inner-text {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -25px;
  min-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 400px;
}
.blc-desc-preview {
  display: block;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.fade-blc-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #effeee);
  pointer-events: none;
}
.blc-desc-full {
  transition: max-height 0.5s ease-in-out;
  display: none;
}
.blc-toggle:checked ~ .blc-carousel-inner-text .blc-desc-preview {
  display: none;
}

.blc-toggle:checked ~ .blc-carousel-inner-text .blc-desc-full {
  display: block !important;
}
.blc-toggle:checked ~ .blc-carousel-inner-text {
  max-height: fit-content;
}
.see-more-btn::after {
  content: "See More";
}

.blc-toggle:checked ~ .see-more-container .see-more-btn::after {
  content: "See Less";
}

.see-more-container {
  position: relative;
  top: -20px;
}
.see-more-btn {
  color: #ff8800;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
}
.see-more-btn:hover {
  font-weight: bold;
}

.blc-link {
  text-decoration: none;
}
.blc-link:hover .item-heading {
  color: darkblue;
  text-decoration: underline;
}
.item-heading {
  text-align: start;
  font-family: Heebo-Bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #404040;
}
.item-sub-heading {
  text-align: start;
  margin: 7px 0px;
  font-size: 16px;
  line-height: 20px;
  color: #404040;
}
.blc-outer .blc-carousel-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blc-star {
  width: 15px !important;
}
.blc-review-text {
  font-size: 14px;
  color: #717171;
  line-height: 20px;
  margin-left: 5px;
}
.services-offered {
  text-align: start;
  font-family: Heebo-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #404040;
  margin-top: 12px;
}
.services-offered-list {
  line-height: 32px;
  text-align: start;
}
.services-offered-item {
  font-size: 14px;
  border-radius: 16px;
  padding: 2px 8px 2px 10px;
  text-align: start;
  background-color: #9ac54045;
  white-space: nowrap;
}
.services-offered-bio {
  text-align: start;
  margin: 10px 0 8px;
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: 500;
  color: #404040;
  line-height: normal;
}
.services-offered-description {
  text-align: start;
  margin: 3px 0 2px;
  font-size: 16px;
  color: #717171;
  line-height: normal;
}
.services-offered-price-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-offered-price-btn a {
  display: flex;
  width: 200px;
  height: 45px;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  text-decoration: none;
}
.services-offered-price-btn .arrow-price {
  top: auto;
  height: 11px;
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
}
.services-offered-price-btn a:hover {
  background: #f67106;
}
.services-offered-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}

@media screen and (max-width: 1365px) {
  .best-lawn-care-inner {
    max-width: 1094px;
    padding-top: 48px;
  }
  .best-lawn-care-heading {
    max-width: 835px;
    font-size: 46px;
  }
  .best-lawn-care-sub-heading {
    width: 625px;
    font-size: 23px;
  }
  #blc-carousel .owl-stage-outer {
    width: 100%;
    top: -80px;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 320px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 344.5px !important;
  }
  .blc-carousel-img {
    height: 195px;
  }
  .blc-carousel-logo {
    top: -35px;
    width: 58px !important;
    height: 58px;
    left: 9px;
  }
  .item-heading {
    font-size: 18px;
    line-height: 1.3;
  }
  .item-sub-heading {
    font-size: 16px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 4px;
  }
  .blc-star {
    width: 13px !important;
  }
  .blc-review-text {
    font-size: 13px;
    margin-left: 4px;
  }
  .services-offered {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1;
  }
  .services-offered-list {
    line-height: 1.75;
  }
  .services-offered-item {
    font-size: 14px;
    padding: 4px 8px;
  }
  .services-offered-bio {
    margin: 14px 0 4px;
    font-size: 18px;
  }
  .services-offered-description {
    margin: 3px 0 2px;
    font-size: 17px;
  }
  .services-offered-price-btn a {
    width: 194px;
    height: 42px;
    font-size: 15px;
  }
  #blc-carousel .owl-dots {
    top: -100px;
  }
  .blc-nav-btn {
    height: 48px;
  }
}

@media screen and (max-width: 1279px) {
  .best-lawn-care-inner {
    max-width: 940px;
  }
  .best-lawn-care-heading {
    max-width: 754px;
    font-size: 40px;
    line-height: 46px;
  }
  .best-lawn-care-sub-heading {
    width: 625px;
    font-size: 21px;
  }
  .green-down-arrow {
    top: 18px;
    height: 25px;
  }
  #blc-carousel .owl-stage-outer {
    top: -60px;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 273px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 296.5px !important;
  }
  .blc-carousel-img {
    height: 170px;
  }
  .blc-carousel-logo {
    top: -30px;
    width: 50px !important;
    height: 50px;
    left: 8px;
  }
  .blc-carousel-inner-text {
    top: -18px;
  }
  .item-heading {
    font-size: 16px;
  }
  .item-sub-heading {
    font-size: 15px;
  }
  .blc-star {
    width: 12px !important;
  }
  .blc-review-text {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 3px;
  }
  .services-offered {
    font-size: 14px;
    margin-top: 10px;
  }
  .services-offered-list {
    line-height: 1.5;
  }
  .services-offered-item {
    font-size: 12px;
    padding: 3px 7px;
  }
  .services-offered-bio {
    margin: 6px 0 4px;
    font-size: 15px;
  }
  .services-offered-description {
    font-size: 15px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 9px;
    padding-left: 4px;
  }
  .services-offered-price-btn a {
    width: 166px;
    height: 37px;
    font-size: 13px;
  }
  #blc-carousel .owl-dots {
    top: -50px;
    margin: 20px auto 0 auto;
  }
  .blc-nav-btn {
    height: 40px;
  }
  #blc-carousel .owl-nav {
    top: 300px;
  }
  #blc-carousel .owl-nav .owl-prev {
    left: -26px;
  }
  #blc-carousel .owl-nav .owl-next {
    right: -26px;
  }
}

@media screen and (max-width: 1099px) {
  .best-lawn-care-inner {
    max-width: 876px;
    padding-top: 44px;
  }
  .best-lawn-care-heading {
    max-width: 660px;
    font-size: 39px;
  }
  .best-lawn-care-sub-heading {
    width: 500px;
    font-size: 19px;
  }
  .green-down-arrow {
    top: 16px;
    height: 23px;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 255px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 276.5px !important;
  }
  .blc-carousel-img {
    height: 155px;
  }
  .blc-carousel-logo {
    top: -28px;
    width: 45px !important;
    height: 45px;
    left: 8px;
  }
  .blc-carousel-inner-text {
    top: -20px;
  }
  .item-heading {
    font-size: 15px;
  }
  .item-sub-heading {
    font-size: 14px;
    margin: 4px 0px;
  }
  .blc-star {
    width: 11px !important;
  }
  .blc-review-text {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 2px;
  }
  .services-offered {
    font-size: 13px;
    margin-top: 8px;
  }
  .services-offered-item {
    font-size: 11px;
    padding: 2px 7px;
  }
  .services-offered-bio {
    margin: 5px 0 3px;
    font-size: 14px;
  }
  .services-offered-description {
    margin: 1px 0 1px;
    font-size: 13px;
  }
  .services-offered-price-btn a {
    width: 154px;
    height: 35px;
    font-size: 12px;
  }
  #blc-carousel .owl-dots {
    top: -50px;
  }
  .blc-nav-btn {
    height: 37px;
  }
}

@media screen and (max-width: 1023px) {
  .best-lawn-care-inner {
    max-width: 656px;
    padding-top: 32px;
  }
  .best-lawn-care-heading {
    max-width: 542px;
    font-size: 28px;
    line-height: 32px;
  }
  .best-lawn-care-sub-heading {
    width: 400px;
    font-size: 14px;
  }
  .green-down-arrow {
    top: 15px;
    height: 19px;
  }
  #blc-carousel .owl-stage-outer {
    top: -65px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 208px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 192px;
  }
  .blc-carousel-img {
    height: 118px;
  }
  .blc-carousel-logo {
    top: -20px;
    width: 35px !important;
    height: 35px;
    left: 6px;
  }
  .blc-carousel-inner-text {
    min-height: 236px;
    top: -13px;
    max-height: 236px;
  }
  .item-heading {
    font-size: 11px;
  }
  .item-sub-heading {
    font-size: 10px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 2px;
  }
  .blc-review-text {
    font-size: 9px;
    margin-left: 2px;
    margin-top: 0px;
  }
  .blc-star {
    width: 8px !important;
  }
  .services-offered {
    font-size: 11px;
    margin-top: 7px;
  }
  .services-offered-list {
    line-height: 1;
  }
  .services-offered-item {
    font-size: 9px;
    padding: 1px 5px;
  }
  .services-offered-bio {
    margin: 5px 0 2px;
    font-size: 11px;
  }
  .services-offered-description {
    margin: 2px 0 1px;
    font-size: 10px;
  }
  .services-offered-price-btn a {
    width: 120px;
    height: 26px;
    font-size: 10px;
  }
  .services-offered-price-btn .arrow-price {
    top: 0px;
    height: 7px;
    padding-left: 3px;
  }
  #blc-carousel .owl-dots {
    top: -50px;
  }
  .blc-nav-btn {
    height: 28px;
  }
  #blc-carousel .owl-nav {
    top: 185px;
  }
  #blc-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  #blc-carousel .owl-nav .owl-next {
    right: -20px;
  }
  .see-more-btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #blc-carousel .owl-nav .owl-prev, #blc-carousel .owl-nav .owl-next {
    display: none;
  }
  .best-lawn-care-inner {
    max-width: 670px;
    padding-top: 60px;
  }
  .best-lawn-care-heading {
    max-width: 670px;
    font-size: 38px;
    line-height: 44px;
  }
  .best-lawn-care-sub-heading {
    width: 670px;
    font-size: 24px;
    margin-top: 16px;
    line-height: 34px;
  }
  #blc-carousel .owl-stage-outer {
    top: 30px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 340px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 325px;
  }
  #blc-carousel .owl-dots {
    top: 0;
  }
  .blc-carousel-img {
    height: 180px;
  }
  .blc-carousel-logo {
    top: -48px;
    width: 86px !important;
    height: 86px;
    left: 18px;
    border-radius: 42px;
  }
  .blc-carousel-inner-text {
    top: -38px;
    max-width: 310px;
    margin: 0 auto;
  }
  .item-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .item-sub-heading {
    font-size: 19px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 6px;
  }
  .blc-star {
    width: 15px !important;
  }
  .blc-review-text {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 1px;
  }
  .services-offered {
    font-family: Heebo-Medium;
    font-size: 19px;
    margin-top: 20px;
    line-height: 20px;
  }
  .services-offered-list {
    margin-top: 9px;
    line-height: 1.9;
  }
  .services-offered-item {
    font-size: 15px;
    padding: 3px 7px;
    line-height: normal;
  }
  .services-offered-bio {
    margin: 20px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-description {
    margin: 6px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-price-btn {
    position: relative;
    top: -29px;
  }
  .services-offered-price-btn a {
    width: 246px;
    height: 62px;
    font-family: Heebo-Bold;
    font-size: 23px;
    border-radius: 33px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 16px;
    padding-left: 5px;
  }
  #blc-carousel .owl-dots {
    top: 0;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #blc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .see-more-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 719px) {
  .best-lawn-care-inner {
    max-width: 500px;
    padding-top: 58px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 255px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 242px;
  }
  .best-lawn-care-heading {
    max-width: 500px;
    font-size: 37px;
    line-height: 42px;
  }
  .best-lawn-care-sub-heading {
    width: 500px;
    font-size: 23px;
    margin-top: 14px;
    line-height: 33px;
  }
  .blc-carousel-img {
    height: 170px;
  }
  .item-sub-heading {
    font-size: 16px;
  }
  .blc-review-text {
    font-size: 13px;
  }
  .blc-carousel-inner-text {
    top: -36px;
    max-width: 225px;
    margin: 0 auto;
  }
  .item-heading {
    font-size: 21px;
    line-height: 24px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 4px;
  }
  .blc-star {
    width: 14px !important;
  }
  .services-offered-list {
    margin-top: 10px;
    line-height: 2;
  }
  .services-offered-item {
    font-size: 14px;
    padding: 3px 6px;
  }
  .services-offered-price-btn a {
    width: 222px;
    height: 56px;
    font-size: 20px;
  }
}

@media screen and (max-width: 539px) {
  .best-lawn-care-inner {
    max-width: 408px;
    padding-top: 56px;
    margin-right: 0;
  }
  .best-lawn-care-heading {
    max-width: 366px;
    font-size: 36px;
    padding-right: 35px;
    line-height: 42px;
  }
  .best-lawn-care-sub-heading {
    width: 310px;
    font-size: 22px;
    padding-right: 32px;
    margin-top: 12px;
    line-height: 32px;
  }
  #blc-carousel .owl-stage-outer {
    top: 22px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 325.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 296px;
  }
  .blc-carousel-img {
    height: 156px;
  }
  .blc-carousel-logo {
    top: -52px;
    width: 82px !important;
    height: 82px;
    left: 16px;
    border-radius: 42px;
  }
  .blc-carousel-inner-text {
    top: -42px;
    max-width: 260px;
    margin: 0 auto;
  }
  .see-more-container {
    top: -44px;
  }
  .item-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .item-sub-heading {
    font-size: 19px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 6px;
  }
  .blc-star {
    width: 15px !important;
  }
  .blc-review-text {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 1px;
  }
  .services-offered {
    font-size: 19px;
    margin-top: 20px;
    line-height: 20px;
  }
  .services-offered-list {
    margin-top: 9px;
    line-height: 1.9;
  }
  .services-offered-item {
    font-size: 15px;
    padding: 3px 7px;
    line-height: normal;
  }
  .services-offered-bio {
    margin: 20px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-description {
    margin: 6px 0 2px;
    font-size: 19px;
    line-height: 30px;
  }
  .services-offered-price-btn {
    top: -29px;
  }
  .services-offered-price-btn a {
    width: 246px;
    height: 62px;
    font-size: 23px;
    border-radius: 33px;
  }
}

@media screen and (max-width: 429px) {

}

@media screen and (max-width: 427px) {
  .best-lawn-care-inner {
    max-width: 392px;
    padding-top: 54px;
  }
  .best-lawn-care-heading {
    max-width: 330px;
    font-size: 36px;
    line-height: 41px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 21px;
    padding-right: 31px;
    margin-top: 12px;
    line-height: 31px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 313.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 288px;
  }
  .blc-outer {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 409px) {
  .best-lawn-care-inner {
    max-width: 380px;
    padding-top: 52px;
  }
  .best-lawn-care-heading {
    max-width: 320px;
    font-size: 35px;
    line-height: 40px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 21px;
    padding-right: 30px;
    margin-top: 11px;
    line-height: 30px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 304.5px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 282px;
  }
  .blc-carousel-img {
    height: 152px;
  }
  .blc-carousel-logo {
    width: 80px !important;
    height: 80px;
  }
  .item-heading {
    font-size: 21px;
    line-height: 29px;
  }
  .services-offered-bio {
    font-size: 19px;
    line-height: 29px;
  }
  .services-offered-description {
    font-size: 19px;
    line-height: 29px;
  }
  .services-offered-price-btn a {
    width: 242px;
    height: 61px;
    font-size: 22px;
  }
}

@media screen and (max-width: 399px) {
  .best-lawn-care-inner {
    max-width: 368px;
    padding-top: 45px;
    margin-right: 0;
  }
  .best-lawn-care-heading {
    max-width: 325px;
    font-size: 34px;
    padding-right: 35px;
    line-height: 40px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 20px;
    padding-right: 30px;
    margin-top: 8px;
    line-height: 30px;
  }
  #blc-carousel .owl-stage-outer {
    top: 22px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 295px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 278px;
  }
  #blc-carousel .owl-dots {
    top: 0;
  }
  .blc-carousel-img {
    height: 148px;
  }
  .blc-carousel-logo {
    top: -50px;
    width: 78px !important;
    height: 78px;
    left: 15px;
    border-radius: 42px;
  }
  .blc-carousel-inner-text {
    top: -42px;
    max-width: 248px;
    margin: 0 auto;
  }
  .item-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .item-sub-heading {
    font-size: 18px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 6px;
  }
  .blc-star {
    width: 14px !important;
  }
  .blc-review-text {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 1px;
  }
  .services-offered {
    font-family: Heebo-Medium;
    font-size: 18px;
    margin-top: 20px;
    line-height: 20px;
  }
  .services-offered-list {
    margin-top: 9px;
    line-height: 1.9;
  }
  .services-offered-item {
    font-size: 15px;
    padding: 3px 7px;
    line-height: normal;
  }
  .services-offered-bio {
    margin: 18px 0 2px;
    font-size: 18px;
    line-height: 28px;
  }
  .services-offered-description {
    margin: 5px 0 1px;
    font-size: 18px;
    line-height: 28px;
  }
  .services-offered-price-btn {
    position: relative;
    top: -29px;
  }
  .services-offered-price-btn a {
    width: 238px;
    height: 60px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 16px;
    padding-left: 5px;
  }
  #blc-carousel .owl-dots {
    top: 0;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #blc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .blc-carousel-price-bg {
    right: 34px;
  }
  .see-more-container {
    top: -40px;
  }
}

@media screen and (max-width: 389px) {
  .best-lawn-care-inner {
    max-width: 358px;
    padding-top: 44px;
    margin-right: 0;
  }
  .best-lawn-care-heading {
    max-width: 316px;
    font-size: 33px;
    padding-right: 34px;
    line-height: 39px;
  }
  .best-lawn-care-sub-heading {
    width: 300px;
    font-size: 19px;
    padding-right: 26px;
    line-height: 29px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 280.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 264px;
  }
  .item-heading {
    font-size: 19px;
    line-height: 26px;
  }
  .item-sub-heading {
    font-size: 17px;
  }
  .blc-review-text {
    font-size: 15px;
  }
  .services-offered-item {
    font-size: 14px;
  }
  .services-offered-price-btn a {
    width: 234px;
    height: 58px;
    font-size: 21px;
  }
  #blc-carousel .owl-dots {
    padding-top: 4px;
  }
  .best-lawn-care-inner {
    max-width: 350px;
  }
  .blc-carousel-img {
    height: 140px;
  }
}

@media screen and (max-width: 374px) {
  .best-lawn-care-inner {
    max-width: 348px;
    padding-top: 42px;
  }
  .best-lawn-care-heading {
    max-width: 284px;
    font-size: 31px;
    line-height: 38px;
  }
  .best-lawn-care-sub-heading {
    line-height: 28px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 279.5px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 260px;
  }
  .blc-carousel-img {
    height: 134px;
  }
  .blc-carousel-logo {
    width: 76px !important;
    height: 76px;
    left: 13px;
  }
  .blc-carousel-inner-text {
    max-width: 242px;
  }
  .services-offered {
    font-size: 17px;
    margin-top: 18px;
    line-height: 16px;
  }
  .services-offered-bio {
    margin: 16px 0 2px;
    font-size: 17px;
    line-height: 26px;
  }
  .services-offered-description {
    margin: 4px 0 1px;
    font-size: 17px;
    line-height: 26px;
  }
  .services-offered-price-btn a {
    width: 230px;
    height: 56px;
    font-size: 20px;
  }
  .services-offered-price-btn .arrow-price {
    top: 1px;
    height: 14px;
    padding-left: 5px;
  }
  .blc-star {
    width: 13px !important;
  }
}

@media screen and (max-width: 364px) {
  .best-lawn-care-inner {
    max-width: 304px;
  }
  .best-lawn-care-heading {
    max-width: 242px;
    font-size: 27px;
    line-height: 32px;
  }
  .best-lawn-care-sub-heading {
    font-size: 17px;
    line-height: 26px;
  }
  #blc-carousel .blc-outer .owl-item {
    width: 244.75px !important;
  }
  #blc-carousel .blc-outer .blc-carousel-item {
    width: 226px;
  }
  .blc-carousel-img {
    height: 122px;
  }
  .blc-carousel-logo {
    width: 66px !important;
    height: 66px;
    left: 13px;
    top: -42px;
  }
  .blc-carousel-inner-text {
    min-height: 366px;
    max-width: 202px;
    max-height: 366px;
  }
  .item-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .item-sub-heading {
    font-size: 14px;
  }
  .blc-outer .blc-carousel-item-rating {
    gap: 5px;
  }
  .blc-star {
    width: 12px !important;
  }
  .blc-review-text {
    font-size: 12px;
  }
  .services-offered {
    font-size: 14px;
    margin-top: 14px;
    line-height: 12px;
  }
  .services-offered-list {
    margin-top: 6px;
    line-height: 1.7;
  }
  .services-offered-item {
    font-size: 12px;
    padding: 2px 6px;
  }
  .services-offered-bio {
    margin: 12px 0 2px;
    font-size: 14px;
    line-height: 24px;
  }
  .services-offered-description {
    margin: 3px 0 1px;
    font-size: 14px;
    line-height: 24px;
  }
  .services-offered-price-btn a {
    width: 190px;
    height: 48px;
    font-size: 17px;
  }
  .services-offered-price-btn .arrow-price {
    height: 12px;
  }
  #blc-carousel .owl-dots {
    margin: 26px auto 0 auto;
    padding-bottom: 26px;
  }
  .see-more-btn {
    font-size: 15px;
  }
  .see-more-container {
    top: -45px;
  }
}
