.shipping-assurance {
  
  max-width: 900px;
  margin: 0 auto;
  
  h1 {
    font-size: 35px;
    margin-top: 55px;
    margin-bottom: 27.5px;
  }
  
  .logo {
    display: flex;
    justify-content: center;
    
    img {
      max-width: 600px;
      width: 100%;
      height: auto;
    }
  }
  
  h1, p, ul {
    color: black;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
  
  p, ul {
    font-weight: 600;
    font-size: 20px;
  }
  
  .alert-pink {
   	color: #FD5DCB; 
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
  
  ul {
    margin: 0 0 18px;
    list-style-position: inside;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }
  
}

.shipping-assurance .section-header {
  display: none;
}