.blue-banner__body {
  background: #bfe0f6;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  gap: 18px;
}

.blue-banner__icon img {
  width: auto;
  height: 100%;
  max-height: 44px;
  min-height: 44px;
}

.blue-banner__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blue-banner__title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (min-width: 1201px) {
  .blue-banner {
    margin: 34px 35px;
  }

  .blue-banner__body {
    padding: 45px 48px;
  }
}

@media screen and (max-width: 1200px) {
  .blue-banner {
    margin: 34px 0;
  }

  .blue-banner__body {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .dark-banner__link {
    margin-left: 37px;
  }
}
