.banner-2-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-2-footer-blue {
    margin-top: 3.125rem;
  }
}
.banner-2-footer-blue__wrapper {
  background: url(/assets/LeaveStress-mobile@2x.webp) 50% / cover no-repeat;
  align-items: center;
  height: 191px;
  display: flex;
}
@media (min-width: 601px) {
  .banner-2-footer-blue__wrapper {
    background: url(/assets/LeaveStress@2x.webp) 50% / cover no-repeat;
    height: 167px;
  }
}
.banner-2-footer-blue__heading {
  flex-direction: column;
  gap: 6px;
  margin: 0 40px 0 20px;
  display: flex;
}
@media (min-width: 601px) {
  .banner-2-footer-blue__heading {
    margin: 0 0 0 40px;
  }
}
.banner-2-footer-blue__heading h2 {
  max-width: 280px;
  margin: 0;
}
@media (min-width: 601px) {
  .banner-2-footer-blue__heading h2 {
    max-width: 490px;
  }
}
.banner-2-footer-blue__heading p {
  font-weight: 500;
}
.banner-2-footer-blue__features {
  box-sizing: border-box;
  background-color: var(--blue-colour);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 10px 8px;
  padding: 16px 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
}
@media (min-width: 359px) {
  .banner-2-footer-blue__features {
    gap: 10px 20px;
    padding: 16px 20px;
    font-size: 0.934375rem;
    line-height: 1;
  }
}
@media (min-width: 601px) {
  .banner-2-footer-blue__features {
    justify-content: space-between;
    padding: 16px 40px;
    display: flex;
  }
}
.banner-2-footer-blue__features li {
  box-sizing: border-box;
  align-items: center;
  height: 21.56px;
  display: flex;
}
