.banner_bg-img--home {
    background-image: url(/v6/images/groomer_landing/back_desktop.png);
    background-position: bottom;
    padding-top: 0px;
    margin-top: -100px;
    padding-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

h3.incl__addons {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: left;
}

.cardAreasList__card-body {
  padding: 30px 0px;
}

.gr-banner_h1 {
  margin-top: 35px !important;
  text-shadow: none;
  color: #FFFFFF;
}

.gr-banner h2 {
  margin-bottom: 0px;
  text-shadow: none;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Filson Soft Regular" !important;
}

.gr-banner__h3 {
  display: inline;
  text-shadow: none !important;
  color: #FFFFFF;
}

.gr-banner__h3_mobile {
      display: none;
}

.content-how-it-works {
  padding-bottom: 40px;
}

.content-how-it-works h3 {
  color: #FF314A;
}

.vertical-line-r {
    border-right: 1px solid #D2DADC;
    padding-right: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-100 {
  padding-right: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.gr-bg--white {
  background-color: #FFFFFF;
}

.pricing_section {
  background-color: #F2F2F2 !important;
}

.divisor_hr  {
  border: 0;
  border-top: 2px solid #AEAEAE !important;
  width: 80% !important;
  margin: auto !important;
  margin-bottom: 45px !important;
}

.gr-color-red {
    color: #FF314A;
}

.gr__about_p {
  color: #2E2E2E;
  font-family: 'Inter', sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.main__p {
  color: var(--dark, #072125);
  font-family: 'Inter', sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.gr-section--how-it-works_p {
  font-size: 18px;
}

.gr-section--how-it-works_p strong {
  font-size: 18px;
}

.gr-section--mobile-van p {
  font-size: 18px;
}

.p__desc_earning {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  color: #000 !important;
}

.desc_earning {
  margin-top: 50px;
}

.desc_earning .col-2{
  padding-right: 0px;
}

.desc_earning .col-4{
  padding-left: 0px;
}

.divisor_trans {
  background: rgba(32, 72, 79, 0.20);
  width: 75%;
  margin: auto;
}

.selectV5 {
  border-radius: 25px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.package-section .pricingPkg__pkg {
  height: 235px;
}

.package-group {
  padding: 0 30px 0 30px;
}

.custom-ul__package {
  list-style-type: none;
  padding: 0;
  display: inline-block; 
  margin-right: 20px; 
  vertical-align: top;
}
.custom-ul__package li{
    color: #2E2E2E;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}

.flex-container-pricing div.description {
    margin: 5px;
    width: 214px;
    display: flex;
    height: 80px;
}

.mobile_desc_earning {
  display: none;
}

@media (max-width: 768px) {
    .vertical-line-r {
      border: none;
    }

    .desc_earning {
      display: none;
    }

    .mobile_desc_earning {
      display: block;
    }

    .gr-banner_h1 {
      margin-top: 9px !important;
      text-shadow: none;
      color: #FFFFFF;
      line-height: normal;
      font-size: 24px;
    }

    .gr-banner h2 {
      max-width: 100%;
      display: none;
    }
    
    .gr-banner__h3 {
      display: none;
    }

    .gr-banner__h3_mobile {
      display: inline;
      text-shadow: none !important;
      color: #FFFFFF;
      font-size: 14px !important;
    }

    .banner_bg-img--home {
        background-image: url(/v6/images/groomer_landing/back_mobile.png);
        background-position: center;
        padding-top: 35px;
        margin-top: -66px;
        padding-bottom: 12px;
        background-size: cover;
    }

    .pr-100 {
        padding-right: 10px;
        padding-left: 15px;
    }

    .gr-section--how-it-works_p {
      font-size: 16px;
    }

    .gr-section--how-it-works_p strong {
      font-size: 16px;
    }
    
    .gr-section--mobile-van p {
      font-size: 16px;
    }

    .main__p {
      font-size: 16px;
    }

    .cont-upcoming-areas {
      display: flex;
      flex-direction: column;
    }
}