.bluebox {
    position: relative;
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
}

.bluehorseframe {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.bluehorse {
    height: 410px;
    margin: 0 auto;
    border-radius: 16px;
}

.titletext {
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.8rem;
    color: white;
    padding: 80px 0 30px 0;
    z-index: 2;
    margin: 0;
}

.bluetext {
    color: #fff;
    text-align: left;
    font: 400 20px / 1.556 "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0 auto 44px auto !important;
    width: 76%;
}

.goldenbutton {
    border-radius: 6px !important;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .titletext {
        font-size: 3.2rem;
        padding: 70px 0 23px 0;
    }
    .bluetext,
    .goldenbutton {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .bluehorse {
        height: auto;
    }
    .bluehorseframe {
        background-color: #1f384f;
        height: 100%;
    }
}

@media (max-width: 500px) {
    .bluebox {
        margin-left: 0;
        margin-right: 0;
    }
}