.prices {
    background: navy;
    color: whitesmoke;
    padding: 1rem 1rem 1.5rem;
    position: relative;
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    border: 1px solid rgba(135, 206, 250, .25);
}

.prices-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.prices h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.01em;
}    



