.shape-background {
    z-index: 0;
}

h1 {
    font-size: 4.5rem;
}

.headline-gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(292deg, #028fff 25%, #1740b5 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

h4 {
    font-size: 1.8rem;
}

.main-bg {
    background-image: linear-gradient(90deg, #f5f9ff 64%, transparent);

}

.btn-cta {
    background-image: linear-gradient(292deg, #028fff 25%, #1740b5 100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;

    h4 {
        font-size: 1.8rem;
    }
}

.btn-cta:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.divider {
    width: 80px;
    height: 1px;
    background-color: #333;
}

.blue-bg {
    background-color: #028fff;
}

.hero-img {
    max-width: 800px;
}

.main-quote {
    font-size: 1.3rem;
}

.market-logo {
    height: 75px;
}

.stars {
    color: var(--yellow);
}

.testimonial-slider .carousel:focus {
    outline: none;
}

.testimonial-text {
    font-size: 1.5rem;
}

.app-screen {
    max-height: 300px;
}

.main-headline {
    font-weight: 700;
}

.head-lead {
    font-size: 1.8rem;
}

.head-eyebrow {
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 0;
}

.table {
    font-size: 1.6rem;
}

.feature-img {
    max-width: 952px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem !important;
    }

    h2 {
        font-size: 2rem;
    }

    .btn .small {
        font-size: 0.575rem;
    }

    .table {
        font-size: 1rem;
    }

    .section-heading {
        margin-bottom: 40px;

        h2 {
            font-size: 2rem;
        }
    }

    .feature-img {
        max-width: 100%;
    }

    .market-logo {
        height: 50px;
    }

    .bg-69 {
        background: linear-gradient(150deg, #333dff 15%, #05d5ff 70%, #a6ffcb 94%) !important;
    }

    .head-lead {
        font-size: 1.2rem;
    }

    .head-eyebrow {
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 0;
        margin-top: 0;
    }

    .btn-cta {
        h4 {
            font-size: 1.4rem;
        }
    }
}

.app-badge img {
    height: 40px;
}

.container-wide {
    overflow-x: visible !important;
}

.notch {
    background-color: #333 !important;
}

.iphone-x {
    background-color: #333 !important;
}

.centered-screen .screen-highlight {
    bottom: 165px;
    left: 50%;
    transform: translate(-50%, 0);
}

.off-left-background {
    background-position: 20px 20px;
    background-size: 60px;
}

@media (min-width: 768px) {
    .off-left-background {
        background-position: -80px 20px;
        background-size: contain;
    }

    .off-left-background:hover {
        background-position: -30px 0px;
    }

    .send-and-receive .off-left-background {
        background-position: -80px 20px;
    }

    .send-and-receive .off-left-background:hover {
        background-position: -60px 0px;
    }

    .centered-screen .screen-highlight {
        bottom: 245px;
    }
}

@media (min-width: 992px) {
    .centered-screen .screen-highlight {
        bottom: 350px;
    }
}

@media (min-width: 1200px) {
    .centered-screen .screen-highlight {
        bottom: 390px;
    }
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.bg-69 {
    background-image: linear-gradient(-90deg, #028fff 25%, #1740b5 100%);
}

ul.no-bullets {
    list-style-type: none;
    padding-left: 0;
}