.landing-page {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.careers-page {
  background-image: url("../img/careers-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partner-inner-page header {
  background-image: url("../img/partners/innerpage-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00000080;
  background-blend-mode:overlay;
  height: 300px;
}

.partner-page header {
  background-image: url("../img/partners/header.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #00000080;
  background-blend-mode:overlay;
  height: 300px;
}

.featured-logo-container {
  /* Rectangle 15 */
  background: rgba(226, 33, 96, 0.9);
  border-radius: 10px;
}

.featured-logo-container a svg,.featured-logo-container a img {
  margin: 10px;
  opacity: 0.8;
}

.featured-logo-container a svg:hover,.featured-logo-container a img:hover {
  opacity: 1;
}
.container {
  margin: 0 auto;
}

.section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.blur-card {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}

.partner-page ol {
    margin-top:10px;
    padding:revert;
    list-style:number;
}
.partner-page ol > li {
    margin-top:10px;
    font-weight:bolder;
}

.partner-page ol li ul {
    margin-top:10px;
    margin-left:20px;
    list-style:disc;
    font-weight:normal;
}
