@import url("/css/components/header.css");
.__home-banner {
  user-select: none;
  background: linear-gradient(
    60deg,
    rgb(227, 239, 253) 5%,
    rgb(236, 240, 250) 15%,
    rgb(243, 245, 249) 90%
  ) !important;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.__home-bannerText-wrapper {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 4.5rem;
  width: 55%;
}
.__home-bannerText-container {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  width: 90%;
  overflow-wrap: break-word;
}
.__home-banner-text-blue {
  color: rgb(51, 88, 213);
}
.__home-banner-text-darkBlue {
  color: rgb(4, 16, 52);
}
.__home-banner-text-black {
  font-size: 1.2rem;
  font-weight: 300;
  display: inline-block;
  overflow-wrap: break-word;
}
.__home-bannerGrahpicWrapper {
  width: 40%;
}
