figure img{ display: none; } 
.webform-message{ 
  font-size: 10px; 
  display:flex; 
  justify-content:center;
}
#edit-container22{
justify-content:center;
}
#page .webform-submission-form summary {
display:none;
}
#page .webform-container-type-details {
text-align:center;
}

.webform-confirmation__back{
margin-top:50px !important;
}
}

.webform-confirmation__message{
margin-top:50px !important;
}
.webform-confirmation__message .button{
   background-color: #ec008c;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-flex !important; 
    font-size: 18px;  
    border-radius: 4px;
}