/* Common styles */
#block-thankyou .field--name-body p {
    text-align: center;
    color: white;
}
#block-thankyou a {
    color: white;
}
#block-thankyou .glyphicon {
    color: white;
}
/* Tablet and desktop styles */
@media only screen and (min-width: 768px) {
    #block-thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    padding: 0 30%;
    }
    
   #block-thankyou .field--name-body p {
        width: 100%;
    /* font-weight: bold; */
    font-size: 20px;
    }
}