@media (max-width: 768px) {
  .section-breadcrumb-nav {
    height: 43px !important;
  }
  .section-breadcrumb-nav .breadcrumb-container .breadcrumb {
    scrollbar-width: none;
    padding-top: 0 !important;
  }
}

.rd-factories-lobby .product-finder-page-heading {
  padding: 0 !important;
}
.rd-factories-lobby .section-fertilizer-title {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .rd-factories-lobby .section-fertilizer-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.rd-factories-lobby .section-title {
  margin-bottom: 0;
}
.rd-factories-lobby .easy-to-use-section .how-to-use-desktop a {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 768px) {
  .rd-factories-lobby .easy-to-use-section .how-to-use-desktop a {
    row-gap: 8px;
  }
}
@media (max-width: 768px) {
  .rd-factories-lobby .easy-to-use-section .how-to-use-desktop {
    margin-top: 0;
    flex-wrap: wrap;
    overflow: visible;
    scroll-snap-type: none;
    margin-inline: 0;
    padding-inline: 0;
    --bs-gutter-x: 0;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .rd-factories-lobby .easy-to-use-section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rd-factories-lobby .easy-to-use-section .col-md-4 .img-wrap .easy-to-use-item-title.d-md-none {
    display: none !important;
  }
  .rd-factories-lobby .easy-to-use-section .col-md-4 .easy-to-use-item-title.d-md-block {
    display: block !important;
    font-size: 16px;
    padding-top: 0;
    letter-spacing: normal;
    font-weight: 600;
  }
  .rd-factories-lobby .easy-to-use-section .col-md-4 .easy-to-use-item-learn-more.d-md-block {
    display: inline-block !important;
  }
}
.rd-factories-lobby .easy-to-use-section .img-wrap {
  aspect-ratio: 13/8;
  height: auto;
}
@media (max-width: 768px) {
  .rd-factories-lobby .easy-to-use-section .img-wrap {
    aspect-ratio: 25/17;
    margin-bottom: 12px;
  }
}
.rd-factories-lobby .easy-to-use-section .easy-to-use-item-title {
  padding-top: 12px;
  font-size: 28px;
  letter-spacing: -1.12px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .rd-factories-lobby .easy-to-use-section .easy-to-use-item-title {
    color: #002b46;
    font-weight: normal;
    max-width: none;
    margin-top: 0;
  }
}
.rd-factories-lobby .easy-to-use-section .easy-to-use-item-learn-more,
.rd-factories-lobby .easy-to-use-section .easy-to-use-item-description {
  padding: 0 !important;
}
.rd-factories-lobby .easy-to-use-section .easy-to-use-item-learn-more {
  font-family: Inter, sans-serif;
  text-underline-offset: 4px;
}
@media (max-width: 768px) {
  .rd-factories-lobby .easy-to-use-section .easy-to-use-item-learn-more {
    font-size: 16px;
    line-height: 1.5;
    color: #00b5d3;
    text-decoration: underline;
  }
}
.rd-factories-lobby .rd-factories-lobby-subtitle {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #002b46;
  margin-top: 40px;
  margin-bottom: 16px;
  max-width: 900px;
  text-align: start;
}
@media (max-width: 768px) {
  .rd-factories-lobby .rd-factories-lobby-subtitle {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
  }
}
.rd-factories-lobby .rd-factories-lobby-short-text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  color: #002b46;
  margin-top: 0;
  margin-bottom: 60px;
  max-width: 900px;
  text-align: start;
}
.rd-factories-lobby .rd-factories-lobby-short-text p {
  margin: 0;
}
.rd-factories-lobby .rd-factories-lobby-short-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .rd-factories-lobby .rd-factories-lobby-short-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.rd-factories-lobby-section {
  padding-block: 40px 70px;
}
@media (max-width: 768px) {
  .rd-factories-lobby-section {
    padding-block: 24px 40px;
    background-color: white !important;
  }
}

.rd-factories-lobby-grid {
  justify-content: flex-start;
  --bs-gutter-x: 16px;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .rd-factories-lobby .rd-factories-lobby-grid {
    row-gap: 32px;
  }
}

.rd-factories-lobby .brand-navigation .nav-link.brandsNavTitle,
.rd-factories-lobby .brand-navigation .nav-link.rd-factories-nav-tab:hover {
  border-bottom-color: transparent !important;
  position: relative;
  z-index: 1;
}
.rd-factories-lobby .brand-navigation .nav-link.brandsNavTitle::after,
.rd-factories-lobby .brand-navigation .nav-link.rd-factories-nav-tab:hover::after {
  content: "";
  position: absolute;
  inset-inline-start: -20px;
  bottom: -3px;
  width: calc(100% + 40px);
  height: 3px;
  background-color: #00b5d3;
  z-index: 2;
}

@media (max-width: 768px) {
  .rd-factories-lobby.product-finder .section-brand-navigation.pt-40 {
    padding-top: 16px !important;
  }
  .rd-factories-lobby .brand-navigation ul.navbar-nav {
    width: 100%;
    display: flex;
    margin: 0;
  }
  .rd-factories-lobby .brand-navigation ul.navbar-nav > .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    min-width: 0;
    margin-inline-end: 0 !important;
    overflow: hidden;
  }
  .rd-factories-lobby .brand-navigation .nav-link {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-inline: 0 !important;
  }
  .rd-factories-lobby .brand-navigation .nav-link.brandsNavTitle::after,
  .rd-factories-lobby .brand-navigation .nav-link.rd-factories-nav-tab:hover::after {
    inset-inline: 0;
    width: auto;
    bottom: -3px;
  }
}

.rd-factories-lobby .rd-factories-nav-tab:hover {
  color: #00b5d3 !important;
}
.rd-factories-lobby .rd-factories-nav-tab.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
