.be-section--card-banner {
  max-width: 100%;
  padding: 0 24px;
  margin: 160px 0;
}

.be-card-banner-container {
  margin: 0 auto;
  max-width: 1400px;
}

.be-card-banner {
  align-items: center;
  background: #f0f3f7;
  border-radius: 24px;
  display: flex;
  gap: 48px;
  height: 456px;
  justify-content: center;
  overflow: hidden;
  padding: 0 78px 0 40px;
}

.be-card-banner__visual {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
}

.be-card-banner__visual-shape {
  background: rgba(203, 215, 229, 0.45);
  border-radius: 50%;
  height: 224px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
  width: 188px;
}

.be-card-banner__image {
  display: block;
  max-width: 514px;
  height: auto;
  position: relative;
  width: auto;
  z-index: 1;
}

.be-card-banner__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 690px;
}

.be-card-banner__title p {
  color: #1b365d;
  font-family: "Encode Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.96px;
  line-height: 52px;
  margin: 0;
}

.be-card-banner__title strong {
  color: #00aec7;
  font-weight: 700;
}

.be-card-banner__subtitle p {
  color: #1b365d;
  font-family: "Encode Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: normal;
  margin: 0;
}

@media (min-width: 1700px) and (max-width: 2300px) {
  .be-card-banner-container {
    max-width: 1400px;
  }

  .be-card-banner__title p {
    font-size: 48px;
    letter-spacing: -0.96px;
    line-height: 52px;
  }

  .be-card-banner__subtitle p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
  }
}

@media (min-width: 1200px) and (max-width: 1699px) {
  .be-card-banner-container {
    max-width: 1050px;
  }

  .be-card-banner {
    gap: 36px;
    padding: 0 20px 0 0;
  }

  .be-card-banner__title p {
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 38px;
  }

  .be-card-banner__subtitle p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .be-card-banner-container {
    max-width: 920px;
  }

  .be-card-banner {
    gap: 28px;
    height: 400px;
    padding: 0 36px;
  }

  .be-card-banner__image {
    max-width: 360px;
  }

  .be-card-banner__visual-shape {
    height: 196px;
    width: 164px;
  }

  .be-card-banner__title p {
    font-size: 40px;
  }

  .be-card-banner__subtitle p {
    font-size: 22px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .be-card-banner-container {
    max-width: 720px;
  }

  .be-card-banner {
    gap: 24px;
    height: auto;
    padding: 44px 28px;
  }

  .be-card-banner__image {
    max-width: 300px;
  }

  .be-card-banner__visual-shape {
    height: 168px;
    width: 140px;
  }

  .be-card-banner__title p {
    font-size: 34px;
  }

  .be-card-banner__subtitle p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .be-section--card-banner {
    padding: 40px 16px 48px;
    margin: 24px 0;
  }

  .be-card-banner-container {
    max-width: 100%;
  }

  .be-card-banner {
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 0 20px 24px;
    text-align: center;
  }

  .be-card-banner__image {
    max-width: 100%;
  }

  .be-card-banner__visual-shape {
    height: 150px;
    width: 126px;
  }

  .be-card-banner__content {
    max-width: 100%;
    gap: 8px;
  }

  .be-card-banner__title p {
    font-size: 28px;
    line-height: 34px; /* 121.429% */
    letter-spacing: -0.56px;
  }

  .be-card-banner__subtitle {
    margin-top: 14px;
  }

  .be-card-banner__subtitle p {
    font-size: 18px;
  }
}
