.homepage-bg {
    background-image: url(/~/media/Images/Customer/Coverage/Supplemental/pl-sub-bg.png);
    width: 100%;
    max-height: 457px;
    padding-bottom: 97px;
    background-size: cover;
    background-position: center;
}

.protection-bg {
    background-color: #b2d4e4e8;
    padding: 54px;
    max-width: 675px;
    border-radius: 3px;
}

.lp-bg-color {
    background-color: #b2d4e4bf;
}

.hero-btn {
    width: 230px;
    background-color: #007AC2;
}

.get-started-btn {
    width: 217px;
    background-color: #2E86AF;
}

.pl-subtitle {
    font-size: 24px;
}

.dot {
    width: 20px;
    height: 20px;
    position: relative;
    left: -12px;
    background-color: #007AC2;
    border-radius: 20px;
}

.last-dot {
    left: -8px;
}

.side-line {
    border-left: 4px solid #B2D4E4;
}

.family-img {
    width: 385px
}

.mountain-img {
    width: 90%;
}

.dot-steps {
    text-decoration: underline;
    color: black;
}

.pl-link {
    text-decoration: underline;
    color: #007AC2;
}

.protection-hero-mobile {
    display: none;
}

.hero-col {
    padding-top: 38px
}

.any-question-p {
    max-width: 554px;
    text-align: center;
    margin: 0 auto
}

@media(max-width:991px) {
    .family-img {
        width: 200px;
        margin-bottom: 30px;
    }

    .mountain-img {
        width: 100%;
    }

    .hero-col {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-container {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .homepage-bg {
        padding: 0;
        margin: 0;
        background: unset;
    }

    .hero-col {
        padding: 0;
    }

    .protection-bg {
        max-width: 100% !important;
        background-color: #b2d4e4;
        padding: 1.5rem;
    }

    .lp-icons {
        width: 50px;
        height: 50px;
    }

    .lp-bg-color {
        padding: 1.5rem !important;
    }
}

@media (max-width: 481px) {
    .hero-btn {
        width: 100%;
    }
}
