.hero-section {
    background: #303B5F;
}

.hero-next-section {
    margin-top: 6em;
}

@media (max-width: 767px) {
    .hero-next-section {
        margin-top: 5em;
    }
}

.hero-column-name {
    background-color: white !important;
}

.get-started-section {
    background: white;
}

h1, p {
    color: black;
}

@media (min-width: 768px) {
    .hero-mobile-image {
        /*position: absolute;*/
        /*top: -55px;*/
        margin: auto;
        padding: 1.7em;
        text-align: center;
        left: 0;
        right: 0;
    }
}

.hero-section-container-box {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: white;
}

.pricing_tick {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .hero-section-container-box {
        min-height: 690px;
    }
}

@media (max-width: 768px) {
    .hero-mobile-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 2em;
        margin-bottom: 2em;
    }
}

@media (min-width: 1440px) {
    .hero-next-section {
        min-width: 22em;
    }
}

@media (min-width: 2560px) {
    .hero-section-container-box {
        min-height: 16vh;
    }
}

.price-font {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    /*line-height: 14px;*/
    /* identical to box height */

    text-align: center;
    /*letter-spacing: 0.41px;*/
    text-transform: uppercase;

    color: #F66761;
}
