.search-container {
  width: 100%;
  height: 500px;
  /* padding: 20px;
    padding-bottom: 70px;
    padding-inline: 40px; */
}

.test {
  color: red;
}

.bg-FDFDFD {
  background-color: #fdfdfd;
}

.search-container .main-title {
  font-family: "Inter", sans-serif;
  font-size: 41px;
  color: #1e1e1e;
  text-decoration: none !important;
  text-align: center;
  margin-bottom: 0px;
}

.search-container .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  opacity: 0.6;
  color: #1e1e1e;
  text-decoration: none !important;
  text-align: center;
  margin-bottom: 20px;
}

.banner-container {
  width: 100%;
  height: 100%;
  background-image: url("https://tenor.blob.core.windows.net/mytenorstatic/transluscent.svg");
  opacity: 0.5;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-outer-container {
  background: rgb(17, 27, 171);
  background: linear-gradient(
    97deg,
    rgba(17, 27, 171, 1) 0%,
    rgba(102, 102, 187, 1) 50%,
    rgba(17, 27, 171, 1) 100%
  );
  height: 500px;
  min-height: 500px;
  position: relative;
}

.banner-inner-container {
  max-width: 1440px;
  height: 100%;
  width: 100%;
}

.banner-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  color: #fdfdf3;
  text-decoration: none !important;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: start;
}

.banner-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #fdfdfd;
  text-decoration: none !important;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 400;
  max-width: 469px;
}

.purple-icon {
  color: #444695;
}

.header-banner {
  background-image: url(https://tenor.blob.core.windows.net/mytenorstatic/KV.svg);
  background-size: cover;
  height: 352px;
}

.header-banner-image {
  width: 415px;
}

.carousel-card {
  max-width: 415px;
  max-height: 243px;
  box-shadow: 4px 4px 7px 0px #00000040;
}

.home-banner-logo {
  height: 75px;
  width: 75px;
}

.card-banner-title {
  font-weight: 700;
  font-size: 21px;
  color: #444695;
}

.card-banner-subtitle {
  color: #444695;
  font-weight: 400;
  font-size: 15px;
}

.card-icon-fields {
  max-height: 30px;
  min-height: 18px;
}

.card-icon-fields span {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: wrap;
  text-align: start;
  color: #444695;
  font-weight: 500;
}

.card-icon-fields .purple-icon {
  color: #f19b4c !important;
}

.social-icon-container {
  height: 100%;
}

.card-banner-body {
  height: 112px;
}

.card-main-info-container {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .banner-outer-container {
    height: 100%;
  }
  .header-banner-image {
    width: 287px;
  }
}
