/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/info-banner.entry.scss ***!
  \*********************************************************************************************************************************/
@font-face {
  font-family: "RedHatDisplay";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../../.././dist/css/build/font/RedHatDisplay-VariableFont_wght.ttf) format("truetype-variations");
}
.info-banner {
  width: 100%;
  background-color: #4c9bf2;
}
.info-banner__container {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
  padding-block: 35px;
}
@media only screen and (min-width: 1200px) {
  .info-banner__container {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-banner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 82px;
  }
}
.info-banner__heading {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .info-banner__heading {
    flex: 1;
    max-width: 481px;
    font-size: 45px;
  }
}
.info-banner__icons {
  display: flex;
  justify-content: space-between;
  padding-block: 35px 50px;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .info-banner__icons {
    flex: 1;
    max-width: 383px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-banner__icons {
    max-width: 483px;
  }
}
.info-banner__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  justify-content: center;
  align-items: center;
  max-width: 109px;
}
@media only screen and (min-width: 1200px) {
  .info-banner__icon-item {
    gap: 20px;
  }
}
.info-banner__icon-wrapper {
  display: grid;
  place-items: center;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 100%;
  width: max-content;
  width: 64px;
  height: 64px;
}
.info-banner__icon-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
}
.info-banner__link {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .info-banner__link {
    flex: 1;
    max-width: 180px;
  }
}

/*# sourceMappingURL=info-banner.min.60154ac09d7e3a6ce17b.css.map*/