.go-to-guide{
    padding-bottom: 96px;
}
#go-to .owl-stage {
    display: flex;
}
#go-to .owl-stage .owl-item {
    display: flex;
}
.go-to-guide h2{
    font-family: "DM Sans", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 74.8px !important;
    letter-spacing: normal;
    text-align: left;
    color: #222222;
    margin-bottom: 64px;
}

.go-to-guide .card-body {
    padding: 32px 24px;
    background: #F2FBF5;
    border-radius: 0 0px 16px 16px;
}

.go-to-guide p.card-title, .go-to-guide h3.card-title {
    color: #222222;
    font-family: "DM Sans", sans-serif;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 28.8px !important;
    text-align: left;
}

.go-to-guide .card {
    border: none;
    text-decoration: none;
}

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

    .guide-lawn .go-to-guide{
        padding: 0 0px 64px 0px;
    }
    .go-to-guide .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    
    .go-to-guide{
        padding-bottom: 64px;
    }

    .go-to-guide .card-body{
        padding: 24px;
        height: 135px;
    }

    .go-to-guide h2 {
        font-size: 42px !important;
        line-height: 44px !important;
        margin-bottom: 32px;
        letter-spacing: normal;
    }
    .plans_and_services .go-to-guide h2 {
        max-width: 328px;
    }
    .go-to-guide .owl-nav {
        margin-top: 32px !important;
    }

    .go-to-guide .owl-dots {
        margin-top: 20px;
    }

    .go-to-guide .owl-dots .owl-dot.active span {
        width: 36px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .go-to-guide h2 {
        font-size: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .go-to-guide h2 {
        font-size: 42px !important;
        line-height: 44px !important;
    }
}

@media only screen and (max-width: 991px) {
    .go-to-guide #go-to {
        width: 100vw;
    }
}

@media only screen and (min-width: 601px) and (max-width: 990px) {

    .go-to-guide .owl-nav {
        margin-top: 32px !important;
    }

    .go-to-guide .owl-dots .owl-dot.active span {
        width: 36px;
    }

    .go-to-guide .owl-dots {
        margin-top: 20px;
    }

    .go-to-guide h2 {
        font-size: 42px !important;
        line-height: 44px !important;
        margin-bottom: 32px;
        width: 100%;
    }

    .go-to-guide .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
}
.go-to-guide .owl-nav button.owl-prev {
    background: url('/assets/images/products/arrow-left.png') #000000 no-repeat center !important;
    background-position: center;
}

.go-to-guide  .owl-nav button.owl-next {
    background: url('/assets/images/products/arrow-right.png') #000000 no-repeat center !important;
    background-position: center;
}
.go-to-guide .owl-carousel .owl-nav button.owl-next,
.go-to-guide .owl-carousel .owl-nav button.owl-prev {

    width: 44px;
    height: 44px;
    border-radius: 100px;
    margin: 0 8px;
}
.go-to-guide .owl-nav span {
    display: none;
}
.go-to-guide p.card-title {
    margin-bottom: 0px;
  }

  @media only screen  and (min-width: 1200px) {
    #go-to.owl-carousel .owl-item img{
        height: 228px;
    }
}
    #go-to.owl-carousel .owl-item img{
        border-radius: 16px 16px 0 0;
    }

    .page-node-type-branch .go-to-guide #go-to .owl-stage-outer {
        overflow: hidden;
    }