/*Webform Sucess page Redesign*/
.webform-success .block-system-breadcrumb-block {
    display:none;
}
.webform-success .layout-main-wrapper {
    margin-top:0;
}
.webform-success h1.title {
   text-transform: uppercase;
   font-size: 32px
}
.path-webform .webform-confirmation-section{
   display:flex;
   width: 75%;
   box-shadow: 0px 3px 6px #13314729;
   margin: 20px auto;
   align-items: center;
   padding:35px
}
.path-webform .webform-confirmation-section .checkout-img {
    width: 90px;
    margin-left: 50px;
}
.path-webform .confirmation-message {
    margin-left: 20px;
}
.path-webform .confirmation-message h2 {
   font-size: 32px;
   color:#464443;
   font-family: 'skolar-latin';
   font-weight: 600;  
}
.path-webform .confirmation-message p.confirmation-text {
    font-size: 18px;
}
.path-webform p.additional-text {
    width: 65%;
    margin: 20px auto;
    font-size: 18px;
}

/*** Responsive Design ***/
@media screen and (max-width: 991px) { 
  .webform-success #page {
    margin-top: 20%;
  }
  .path-webform .webform-confirmation-section {
    display: block;
  }
  .path-webform .webform-confirmation-section .checkout-img {
    margin: 20px auto;
  }
  .path-webform .confirmation-message {
    text-align: center;
    margin-left: 0;
  }
}
