.webform-message {
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
}


.webform-message [role="contentinfo"] {
    background: #ffffff;
    border: 1px solid #eee;
    border-left: 6px solid #07294d;
    min-height: 180px;
    padding: 40px 20px;            
    font-size: 20px; 
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    text-align: center;
    font-weight: 500;
}

.webform-message h2 {
    margin-bottom: 10px;
}