.productFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}

#whiteBackground{
    background:#fff;
}
.h2style{
    color:#000;
    font-size:35px;
}

.defaultCTA{
    background:#fff;
    border:1px solid #000;
    text-align:center;
}
.module.module--cta-bubble.module--light.module--cta-bubble--light{
    top:-3em;
    position:relative;
    padding:1px 10%;
}

@media screen and (max-width:450px){
    .productFlex{
        width:15em;
        margin:auto;
    }
}