.familyPlanBanner {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    width: 95%;
    justify-self: center;
    border-radius: 12px;
    border: 1px solid;
    align-content: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.familyPlanBannerText {
    display: flex; 
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    width: 100%;
}

.familyPlanBannerClose {
    display: flex;
    top: 0;
    right: 0;
    padding: 10px;
    align-items: center;
}