.cta-box, .cta-wrap, .is-preview .cta-box,.is-preview .cta-wrap{
    position: relative;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

.cta-content h2{
    font-size: 40px;
}

.is-preview .cta-content h2 p{
    font-size: 40px;
    font-weight: bold;
}

.cta-button, .is-preview .cta-button{
    margin-top: 30px;
    width: 100%;
}


@media only screen 
      and (min-width: 0px) 
      and (max-width: 768px) 
{ 
   
}

/* @media only screen 
      and (min-width: 1800px) 
{ 
    .cta-content h2{
        font-size: 50px;
    }
    
    .is-preview .cta-content h2 p{
        font-size: 50px;
        font-weight: bold;
    }

} */