/* Media query breakpoints */
.c-banner-promo {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-banner-promo {
    flex-wrap: inherit;
    gap: 24px;
  }
}
.c-banner-promo h2, .c-banner-promo p {
  margin: 0;
}
.c-banner-promo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .c-banner-promo__left {
    width: 255px;
    height: 240px;
    min-height: 240px;
  }
}
@media (min-width: 1025px) {
  .c-banner-promo__left {
    width: 408px;
  }
}
@media (max-width: 479px) {
  .c-banner-promo__left img {
    min-width: 288px !important;
    height: 216px !important;
    min-height: 264px;
  }
}
@media (max-width: 767px) {
  .c-banner-promo__left img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .c-banner-promo__left img {
    width: 255px;
    height: 240px;
    min-height: 240px;
  }
}
@media (min-width: 1025px) {
  .c-banner-promo__left img {
    width: 408px;
  }
}
.c-banner-promo__right {
  display: flex;
  align-items: center;
  max-width: 408px;
  padding: 24px;
  /* Shadow/Elevation/1 */
  border: solid 1px var(--darkGrayishBlue300);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .c-banner-promo__right {
    max-width: 100%;
    width: calc(100% - 255px);
  }
}
@media (min-width: 1025px) {
  .c-banner-promo__right {
    width: calc(100% - 408px);
    padding: 24px 56px;
  }
}
.c-banner-promo__wrapper {
  display: flex;
  flex: 0 1 100%;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .c-banner-promo__wrapper {
    justify-content: center;
    text-align: center;
  }
}
.c-banner-promo__wrapper > * {
  flex: 0 1 100%;
}
.c-banner-promo__title {
  color: var(--secondary-color);
  font-size: 2rem;
  line-height: 1.75rem;
  font-family: "Preloslab book", sans-serif;
  font-weight: normal;
}
.c-banner-promo__text {
  color: var(--darkGrey500);
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Prelo book", sans-serif;
}
.c-banner-promo__button {
  margin: 0;
}
.c-banner-promo .c-tabs .nav-item:only-of-type {
  display: none;
}
/*# sourceMappingURL=banner-promo.css.map */
