.owl-carousel{
  display: flex;
}
.get-your-lawn-mowed-container {
  background-color: #e7f5fa;
  text-align: center;
  margin-top: 60px;
}
.get-your-lawn-mowed-inner {
  max-width: 1215px;
  margin: 0 auto;
}
.get-your-lawn-mowed-heading {
  max-width: 1090px;
  margin: 0 auto;
  font-family: Heebo-Bold;
  font-size: 52px;
  font-weight: bold;
  line-height: 60px;
  color: #404040;
  padding-top: 52px;
}
.gylm-sub-heading {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.text-grad-green {
  font-family: 'Heebo-Bold';
  background-image: linear-gradient(to top, #9ac540, #9ac540 50%);
  background-position: 2px 44px;
  background-repeat: no-repeat;
  background-size: 100% 22px;
}
.gylm-carousel-container {
  display: flex;
  max-width: 1166px;
  margin: auto;
  padding-top: 43px;
}
#gylm-carousel {
  width: 100%;
}
#gylm-carousel .gylm-carousel-item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
#gylm-carousel .owl-stage-outer .owl-stage {
  align-items: baseline;
}
#gylm-carousel .owl-stage-outer .owl-item {
  width: 512px !important;
  margin-right: 20px !important;
}
#gylm-carousel .owl-dots {
  margin: 30px auto 30px 150px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 5px !important;
}
#gylm-carousel .owl-nav .owl-prev{
  right: 835%;
  transform: translateY(-475%);
  position: relative;
}
#gylm-carousel .owl-nav .owl-next{
  right: -70px;
  transform: translateY(-475%);
  position: relative;
}
#gylm-carousel .owl-item img {
  width: 500px;
  height: 460px;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  transition: transform 0.3s ease;
  filter: brightness(1.3);
  opacity: 0.9;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background: transparent;
  filter: brightness(1);
  opacity: 1;
}
.owl-theme .owl-nav .owl-prev:hover img,
.owl-theme .owl-nav .owl-next:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.lawn-mowed-img-bf, .lawn-mowed-img-af {
  height: 230px !important;
}
.before-tag, .after-tag {
  font-family: Heebo-SemiBold;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border-radius: 3px;
  background-color: #00a3e7;
  padding: 1px 5px;
  position: absolute;
  right: 25px;
}
.before-tag {
  bottom: 53%;
}
.after-tag {
  bottom: 3%;
}
@media screen and (max-width: 1365px) {
  .get-your-lawn-mowed-inner {
    max-width: 1092px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 980px;
    font-size: 51px;
    padding-top: 48px;
  }
  .gylm-sub-heading {
    font-size: 26px;
  }
  .gylm-carousel-container {
    padding-top: 40px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    width: 480px !important;
    margin-right: 20px !important;
  }
  #gylm-carousel .owl-item img {
    width: 468px;
    height: 430px;
  }
  #gylm-carousel .owl-nav .owl-prev {
    right: 770%;
    transform: translateY(-460%);
  }
  #gylm-carousel .owl-nav .owl-next {
    transform: translateY(-460%);
  }
  #gylm-carousel .owl-dots {
    margin: 25px auto 25px 150px;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 215px !important;
  }
  .before-tag, .after-tag {
    font-size: 16px;
    right: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .get-your-lawn-mowed-container {
    margin-top: 48px;
  }
  .get-your-lawn-mowed-inner {
    max-width: 938px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 850px;
    font-size: 42px;
    padding-top: 40px;
    line-height: 54px;
  }
  .gylm-sub-heading {
    font-size: 23px;
  }
  .text-grad-green {
    background-position: 2px 36px;
  }
  .gylm-carousel-container {
    padding-top: 34px;
  }
  #gylm-carousel .owl-stage-outer {
    max-height: 370px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    width: 411px !important;
  }
  #gylm-carousel .owl-item img {
    width: 410px;
    height: 370px;
  }
  #gylm-carousel .owl-dots {
    margin: 20px auto 20px 150px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    margin: 4px 3px !important;
  }
  #gylm-carousel .owl-nav .owl-prev {
    right: 840%;
    transform: translateY(-500%);
  }
  #gylm-carousel .owl-nav .owl-next {
    right: -64px;
    transform: translateY(-500%);
  }
  .gylm-nav-btn {
    height: 37px;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 185px !important;
  }
  .before-tag, .after-tag {
    font-size: 14px;
    right: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .get-your-lawn-mowed-inner {
    max-width: 875px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 800px;
    font-size: 40px;
  }
  .gylm-sub-heading {
    font-size: 20px;
  }
  .gylm-carousel-container {
    padding-top: 30px;
  }
  #gylm-carousel .owl-stage-outer {
    max-height: 344px;
  }
  #gylm-carousel .owl-item img {
    width: 380px;
    height: 344px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 392px;
    margin-right: 10px !important;
  }
  #gylm-carousel .owl-nav .owl-prev {
    right: 779%;
    transform: translateY(-470%);
  }
  #gylm-carousel .owl-nav .owl-next {
    right: -65px;
    transform: translateY(-470%);
  }
  #gylm-carousel .owl-dots {
    margin: 20px auto 6px auto;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 172px !important;
  }
  .before-tag, .after-tag {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .get-your-lawn-mowed-container {
    margin-top: 50px;
  }
  .get-your-lawn-mowed-inner {
    max-width: 656px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 650px;
    font-size: 30px;
    padding-top: 32px;
    line-height: 34px;
  }
  .gylm-sub-heading {
    font-size: 16px;
    margin-top: 8px;
  }
  .gylm-carousel-container {
    padding-top: 26px;
  }
  #gylm-carousel .owl-stage-outer {
    max-height: 255px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 302.5px;
    margin-right: 0px !important;
  }
  #gylm-carousel .owl-item img {
    width: 288px;
    height: 256px;
  }
  #gylm-carousel .owl-nav .owl-prev {
    right: 657%;
    transform: translateY(-428%);
  }
  #gylm-carousel .owl-nav .owl-next {
    right: -60px;
    transform: translateY(-428%);
  }
  .gylm-nav-btn {
    height: 30px;
  }
  .text-grad-green {
    background-position: 2px 26px;
    background-size: 100% 14px;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 128px !important;
  }
  .before-tag, .after-tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  #gylm-carousel .owl-nav .owl-next{
    right: -120px;
    transform: translateY(-470%);
  }
  #gylm-carousel .owl-nav .owl-prev {
    right:  587%;
    transform: translateY(-470%);
  }
}
@media screen and (max-width: 767px) {
  .gylm-outer {
    gap: 15px
  }
  .get-your-lawn-mowed-inner {
    max-width: 670px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 566px;
    font-size: 38px;
    padding-top: 50px;
    line-height: 42px;
  }
  .gylm-sub-heading {
    font-size: 24px;
    margin-top: 18px;
    line-height: 34px;
  }
  .text-grad-green {
    background-position: 2px 32px;
    background-size: 100% 16px;
  }
  .gylm-carousel-container {
    padding-top: 30px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 340px;
    margin-right: 0 !important;
  }
  #gylm-carousel .owl-item img {
    width: 325px;
    height: 255px;
  }
  #gylm-carousel .owl-nav .owl-prev, #gylm-carousel .owl-nav .owl-next {
    display: none;
  }
  #gylm-carousel .owl-dots {
    margin: 16px auto 38px auto;
  }
  #gylm-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 5px !important;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 127px !important;
  }
  .before-tag, .after-tag {
    font-size: 16px;
    right: 35px;
  }
}
@media screen and (max-width: 719px) {
  .get-your-lawn-mowed-inner {
    max-width: 500px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 500px;
    font-size: 37px;
    padding-top: 48px;
  }
  .gylm-sub-heading {
    font-size: 23px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 255px;
    margin-right: 0 !important;
  }
  #gylm-carousel .owl-item img {
    width: 242px;
  }
}
@media screen and (max-width: 539px) {
  .get-your-lawn-mowed-inner {
    max-width: 390px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 380px;
    font-size: 35px;
    padding-top: 46px;
    line-height: 40px;
  }
  .gylm-sub-heading {
    font-size: 22px;
    margin-top: 16px;
    line-height: 32px;
  }
  .text-grad-green {
    background-position: 2px 28px;
    background-size: 100% 12px;
  }
  .gylm-carousel-container {
    padding-top: 24px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 333.5px;
    margin-right: 0 !important;
  }
  #gylm-carousel .owl-item img {
    width: 306px;
    height: 255px;
  }
  #gylm-carousel .owl-nav .owl-prev, #gylm-carousel .owl-nav .owl-next {
    display: none;
  }
  #gylm-carousel .owl-dots {
    margin: 16px auto 38px auto;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 127px !important;
  }
  .before-tag, .after-tag {
    font-size: 16px;
    right: 35px;
  }
}
@media screen and (max-width: 427px) {
  .get-your-lawn-mowed-inner {
    max-width: 370px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 350px;
    font-size: 35px;
    padding-top: 46px;
    line-height: 39px;
  }
  .gylm-sub-heading {
    font-size: 21px;
    margin-top: 15px;
    line-height: 31px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 316.5px;
  }
  #gylm-carousel .owl-item img {
    width: 296px;
  }
}
@media screen and (max-width: 409px) {
  .get-your-lawn-mowed-inner {
    max-width: 360px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 308.5px;
  }
  #gylm-carousel .owl-item img {
    width: 288px;
  }
}
@media screen and (max-width: 399px) {
  .get-your-lawn-mowed-inner {
    max-width: 352px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 330px;
    font-size: 34px;
    padding-top: 44px;
    line-height: 40px;
  }
  .gylm-sub-heading {
    font-size: 20px;
    margin-top: 17px;
    line-height: 30px;
  }
  .text-grad-green {
    background-position: 2px 28px;
    background-size: 100% 12px;
  }
  .gylm-carousel-container {
    padding-top: 24px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 302px;
    margin-right: 0 !important;
  }
  #gylm-carousel .owl-item img {
    width: 272px;
  }
  #gylm-carousel .owl-nav .owl-prev, #gylm-carousel .owl-nav .owl-next {
    display: none;
  }
  #gylm-carousel .owl-dots {
    margin: 16px auto 38px auto;
  }
  #gylm-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 5px !important;
  }
}
@media screen and (max-width: 389px) {
  .get-your-lawn-mowed-inner {
    max-width: 340px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 280.5px;
  }
  #gylm-carousel .owl-item img {
    width: 262px;
  }
  .before-tag, .after-tag {
    font-size: 15px;
    right: 28px;
  }
}
@media screen and (max-width: 374px) {
  .get-your-lawn-mowed-inner {
    max-width: 334px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 318px;
    font-size: 32px;
    padding-top: 42px;
    line-height: 38px;
  }
  .gylm-sub-heading {
    font-size: 19px;
    margin-top: 16px;
    line-height: 28px;
  }
  .gylm-carousel-container {
    padding-top: 22px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 275.5px;
  }
  #gylm-carousel .owl-item img {
    width: 260px;
  }
  .before-tag, .after-tag {
    right: 25px;
  }
}
@media screen and (max-width: 364px) {
  .get-your-lawn-mowed-inner {
    max-width: 288px;
  }
  .get-your-lawn-mowed-heading {
    max-width: 260px;
    font-size: 26px;
    padding-top: 34px;
    line-height: 32px;
  }
  .text-grad-green {
    background-position: 2px 20px;
    background-size: 100% 10px;
  }
  .gylm-sub-heading {
    font-size: 16px;
    margin-top: 12px;
    line-height: 24px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 248.5px;
  }
  #gylm-carousel .owl-item img {
    width: 230px;
  }
  .before-tag, .after-tag {
    font-size: 14px;
  }
}
