.get-started-banner {
    padding: 80px 0;
    background: #051344;
}



.get-started-banner .content-container {
    max-width: 920px;
    text-align: center;
}

.get-started-banner h2 {
    color: white !important;
    font-size: 45px;
    margin-top: 0;
}

.get-started-banner p {
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 18px;
}

.get-started-banner p .blue-text {
    color: #31D3DB;
    font-weight: 600;
}

.get-started-banner .button_container {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.get-started-banner .btn-primary {
    min-width: 210px;
    background-color: #008180 !important;
    border-color: #008180 !important;
    border-radius: 4px;
}

.get-started-banner .btn-primary:hover {
    min-width: 210px;
    background-color: #006A69 !important;
    border-color: #006A69 !important;

}


.get-started-banner .btn-secondary.btn-invert {
    background: none;
    color: white !important;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    border: 1px white solid !important
}

.get-started-banner .btn-secondary.btn-invert:hover {
    background: white !important;
    color: #008180 !important;
    transition: all .2s ease-in-out;
    border-color: white;
}


@media (max-width: 991.98px) {
    .get-started-banner h2 {
        font-size: 54px;
    }
}

@media (max-width: 575.98px) {
    .get-started-banner {
        padding: 106px 0;
    }

    .get-started-banner p {
        font-size: 20px;
        text-align: start !important;
    }

    .get-started-banner .button_container {
        flex-wrap: wrap;
    }

    .get-started-banner .button_container > .btn {
        width: 180px;
    }
}

.get-started-banner+.dremio-resources{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;

    padding: 0 !important
}

.get-started-cta {
    display: none !important;
}