/* top banner */
.home-top-banner {
  width: 100%;
  padding-top: 200px;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  background-color: #cfe5ff;
}

.home-top-banner > div {
  max-width: 1920px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.banner-content {
  width: 357px;
  flex-shrink: 0;
}

.banner-title,
.section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  color: #374151;
  flex-shrink: 0;
}

.btn-explore {
  width: 100%;
  border-radius: 40px;
  padding: 16px 124px;
  margin-top: 32px;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #3692ff;
  color: #ffffff;

  cursor: pointer;
}

.image-top-banner {
  width: 746px;
  height: auto;

  flex-shrink: 0;
}

/* bottom banner */
.bottom-banner {
  width: 100%;
  padding-top: 143px;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 69px;

  background-color: #cfe5ff;
}

.bottom-banner > div {
  display: flex;
  align-items: center;
}

.image-bottom-banner {
  width: 746px;
  height: auto;

  flex-shrink: 0;
}
