.banner-footer-blue {
  color: var(--white-colour);
  border-radius: var(--small-radius);
  flex-direction: column;
  margin-top: 1.875rem;
  display: flex;
  overflow: hidden;
}
@media (min-width: 601px) {
  .banner-footer-blue {
    margin-top: 3.125rem;
  }
}
.banner-footer-blue__wrapper {
  background: url(/assets/Rent4x4-mobile@2x.webp) 50% / cover no-repeat;
  align-items: center;
  height: 191px;
  display: flex;
  overflow: hidden;
  transform: scale(1.001);
}
@media (min-width: 601px) {
  .banner-footer-blue__wrapper {
    background: url(/assets/Rent4x4@2x.webp) 50% / cover no-repeat;
    height: 167px;
  }
}
.banner-footer-blue__heading {
  flex-direction: column;
  gap: 6px;
  margin: 0 40px 0 20px;
  display: flex;
}
@media (min-width: 601px) {
  .banner-footer-blue__heading {
    margin: 0 0 0 40px;
  }
}
.banner-footer-blue__heading h2 {
  max-width: 250px;
  margin: 0;
}
@media (min-width: 601px) {
  .banner-footer-blue__heading h2 {
    max-width: 400px;
  }
}
.banner-footer-blue__heading p {
  font-weight: 500;
}
.banner-footer-blue__features {
  background-color: var(--blue-colour);
  grid-template-rows: repeat(2, 20.56px);
  grid-template-columns: auto 1fr;
  gap: 10px 8px;
  padding: 16px 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: grid;
}
@media (min-width: 367px) {
  .banner-footer-blue__features {
    row-gap: 10px;
    column-gap: unset;
    grid-template-rows: repeat(2, 20.56px);
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 20px;
    font-size: 0.934375rem;
    line-height: 1;
  }
}
@media (min-width: 601px) {
  .banner-footer-blue__features {
    justify-content: space-between;
    padding: 16px 40px;
    display: flex;
  }
}
.banner-footer-blue__features li {
  align-items: center;
  display: flex;
}
