.cta_bottom_mobile{
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #f3f8ff;
    display: none;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.cta_bottom_mobile_button{
    padding: 12px 20px 12px 20px !important;
    position: relative !important;
    border-radius: 5px !important;
    border-width: 0 !important;
    font-size: 14px !important;
    color: #ffffff;
    min-width: 100px;
    font-weight: 700;
    background-color: #e60590;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta_bottom_mobile_button:hover{
    background-color: #FFBBE5;
    color: #E70491;
}

@media only screen and (max-width: 768px) {
    .cta_bottom_mobile{
        display: flex;
    }
}