body {
    background-color: #666;
}

.alt-type {
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #b1b1b1;
}

a {
    color: #bbb;
}

a:hover {
    color: #fff;
}

.product-card-image {
    padding: 0 2rem;
}

.text-ad-dark {
    color: #bbb;
}

.ad-hr {
    height: 1rem;
    margin: 0;
    background-image: url("/images/bg_divider.png");
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.ad-bg-news {
    background-color: #ddd;
}

.ad-bg-news a {
    color: #333;
}

.ad-bg-intro {
    position: relative;
    background-image: url("/images/m2_backg_br.jpg");
    background-size: cover;
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5rem;
    overflow: hidden;
}

.ad-bg-intro::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -70px;
    width: 330px;
    /* adjust as needed */
    height: 330px;
    /* adjust as needed */
    background: url("/images/Audible_Disease_Logo_b_w.png") no-repeat left top;
    background-size: contain;
    opacity: 0.5;
    z-index: 1;
}

.ad-bg-intro-content {
    position: relative;
    z-index: 2;
    width: 50%;
    margin-left: auto;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bg-light a {
    color: #333;
}

.bg-light a:hover {
    color: #666;
}

.ad-bg-signup {
    position: relative;
    background-image: url("/images/Stimbox_41.jpg");
    background-position: left bottom;
    background-size: cover;
    height: 18rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.ad-bg-signup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.ad-bg-signup>* {
    position: relative;
    z-index: 2;
}