.main-content-promoted-container {
    background-image: none;
    background-color: #000;
}

.main-content-promoted-container .main-content {
    justify-content: center;
}

.main-content-promoted-container .main-content-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-content-promoted-container .helper-text {
    font-size: 18px;
    line-height: 28px;
}

.main-promoted-content {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-promoted-content img {
    max-width: 325px;
}

.main-content-promoted-container .main-content-footer {
    width: 100%;
    max-width: 600px;
    gap: 24px;
}

.main-content-promoted-container .main-content-footer-title {
    margin-bottom: 0px;
    letter-spacing: 0.72px;
}

.promoted-feature {
    display: flex;
    width: 100%;
    gap: 16px;
}

.promoted-feature h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: geomanist-book;
}

.promoted-feature span {
    color: #757780;
    font-weight: 400;
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.promoted-feature a {
    font-size: 13px;
    font-weight: 500;
    color: #3468d8;
    text-decoration: none;
}

.promoted-feature a:hover {
    color: #324f90;
}
