.welcome-box {
  background: #fff;
  background-image: url(../img/img-bottom-lg.png);
  background-image: url(../img/img-bottom-lg.png), linear-gradient(180deg, rgba(255, 255, 255, 0.96) 48.96%, #A9E2EF 77.96%, #0BA8E1 100%), url(../img/img-building.png);
  background-position: bottom, center, center;
  background-repeat: no-repeat;
  background-size: 100%, cover, cover;
  display: block;
  padding: 37px;
  border-radius: 8px;
}
.welcome-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
}
.welcome-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.welcome-title h1,
.welcome-title h1 span.bolder {
  color: #1AA6DF;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 0;
}
.welcome-title h1 span.bolder {
  color: #21428D;
}
.welcome-content img.img-logo-lg {
  width: 145px;
  height: 101px;
}
.welcome-content span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.welcome-menu-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
}
.welcome-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 18px;
  gap: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(79, 79, 79, 0.06);
  box-shadow: 0px 4px 12px rgb(0 0 0 / 5%);
  border-radius: 8px;
}
.welcome-menu-item .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
}
.welcome-menu-item .menu-content .menu-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;
}
.welcome-menu-item .menu-content .menu-text .menu-text-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
.welcome-menu-item .menu-content .menu-text .menu-text-heading h3 {
  color: #0E1B3A;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 0;
}
.welcome-menu-item .menu-content .menu-text .menu-text-description {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  margin-bottom: 0;
  min-height: 62px;
}
.welcome-menu-item .menu-link {
  color: #44B9E9;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
}
