.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(-280%);
  position: relative;
}
#gylm-carousel .owl-nav .owl-next{
  right: -70px;
  transform: translateY(-280%);
  position: relative;
}
#gylm-carousel .owl-item img {
  width: 100% !important;
  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-nav .owl-prev {
    right: 770%;
    transform: translateY(-290%);
  }
  #gylm-carousel .owl-nav .owl-next {
    transform: translateY(-290%);
  }
  #gylm-carousel .owl-dots {
    margin: 25px auto 25px 150px;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 230px !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-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(-350%);
  }
  #gylm-carousel .owl-nav .owl-next {
    right: -64px;
    transform: translateY(-350%);
  }
  .gylm-nav-btn {
    height: 37px;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 230px !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-stage-outer .owl-item {
    max-width: 392px;
    margin-right: 10px !important;
  }
  #gylm-carousel .owl-nav .owl-prev {
    right: 779%;
    transform: translateY(-350%);
  }
  #gylm-carousel .owl-nav .owl-next {
    right: -65px;
    transform: translateY(-350%);
  }
  #gylm-carousel .owl-dots {
    margin: 20px auto 6px auto;
  }
  .lawn-mowed-img-bf, .lawn-mowed-img-af {
    height: 230px !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-nav .owl-prev {
    right: 657%;
    transform: translateY(-400%);
  }
  #gylm-carousel .owl-nav .owl-next {
    right: -60px;
    transform: translateY(-400%);
  }
  .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: 230px !important;
  }
  .before-tag, .after-tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  #gylm-carousel .owl-nav .owl-next{
    right: -120px;
    transform: translateY(-400%);
  }
  #gylm-carousel .owl-nav .owl-prev {
    right:  587%;
    transform: translateY(-400%);
  }
}
@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-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: 230px !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: 95%;
    margin-right: 0 !important;
  }
}
@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: 95%;
    margin-right: 0 !important;
  }
  #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: 230px !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: 370px;
  }
}
@media screen and (max-width: 409px) {
  .get-your-lawn-mowed-inner {
    max-width: 360px;
  }
  #gylm-carousel .owl-stage-outer .owl-item {
    max-width: 87%;
  }
}
@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: 337px;
    margin-right: 0 !important;
  }
  #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: 330px;
  }
  .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: 320px;
  }
  .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: 287.5px;
  }
  .before-tag, .after-tag {
    font-size: 14px;
  }
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #00a3e7;
  position: absolute;
  z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  font-family: Heebo-SemiBold;
  font-size: 18px;
  color: #fff;
  }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background-color: #00a3e7;
  line-height: normal;
  padding: 1px 5px;
  border-radius: 3px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #00a3e7;
  background-color: #fff;
  border-radius: 1000px;
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px; }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px; }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px; }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px; }

.twentytwenty-left-arrow {
  border-right: 6px solid #00a3e7;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #00a3e7;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #00a3e7;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #00a3e7;
  bottom: 50%;
  margin-bottom: -17px;}
