body {
    background: url(../images/nursing-care-plans/bg-waves-blue-clean.webp) top center no-repeat;
    background-size: 2000px auto;
    margin-top: 0;
}

.sales_page_hero__heading h1 {
    color: #24292E;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.6px;
    margin-bottom: 24px;
}

.header_centered_1 {
    margin-top: 88px;
    margin-bottom: 40px;
    position: relative;
}

.header_centered_1__cta {
    margin-top: 24px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-outlined {
    background: #fff !important;
    color: #24292E;
    border: 1px solid #24292E;
}

.mike_float_bottom_right_1 {
    position: absolute;
    pointer-events: none;
    bottom: -40px;
    right: 0;
    width: 217px;
    height: 240px;
    background: url(../images/mike-float-half-body.png) center no-repeat;
    background-size: contain;
    z-index: -1;
}

.btn:hover {
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card--comparison {
    text-align: center;
    border-radius: 12px;
    margin-bottom: 30px;
}

.card--comparison a {
    display: block;
    color: #000;
    text-decoration: none;
}

.card--comparison .card__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    position: relative;
    background: #F8F8F9;
    margin: 8px 8px 0 8px;
    border-radius: 8px;
}

.card--comparison .card__logo img {
    max-width: 80%;
    max-height: 70%;
    vertical-align: middle;
    width: auto;
    height: auto;
}

.card--comparison .card__name {
    padding: 16px;
    font-weight: bold;
}

a:hover img {
    opacity: 0.7;
}

.reviews_badges {
    display: flex;
    justify-content: center;
    background: #E8F9F3;
    padding: 24px;
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.reviews_badges__cont {
    text-align: left;
    border-right: 1px solid #CCE4DB;
    padding-right: 40px;
    margin-right: 40px;
}

.reviews_badges a {
    text-decoration: none;
    color: #191919;
}

.reviews_badges__cont__badge {
    height: 40px;
    margin-top: 4px;
}

.reviews_badges__cont:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.reviews_badges__cont--standalone_logo img {
    height: 56px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    body {
        background-size: 980px auto;
        background-position: top 40px center;
    }

    .reviews_badges {
        padding: 16px;
        display: inherit;
        margin-top: 32px;
    }

    .reviews_badges__cont {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        text-align: center;
        margin-bottom: 16px;
    }

    .reviews_badges__cont__badge {
        height: 32px;
    }

    .reviews_badges__cont--standalone_logo img {
        height: 40px;
    }

    .header_centered_1 {
        margin-top: 40px;
        margin-bottom: 24px;
    }

}

@media screen and (max-width: 767px) {
    body .site-main {
        background: none !important;
    }

    .sales_page_hero__heading h1 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.8px;
        margin-bottom: 24px;
    }
}