#header {
    background: rgb(246 246 246)  !important;
    box-shadow: none !important;
}

.header-page-container {
    text-align: center;
    max-width: 900px;
    display: block;
    margin: 230px auto 100px auto;
}

.header-page-container h1 {
    color: #3E4B5C;
    font-size: 48px;
    line-height: 72px;
    
    font-weight: 800;
}

.header-page-container h3 {
    color: #3E4B5C;
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
}

.privacy-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #DA7B37;
}

.accordion-button {
    background-color: #DA7B37;
    color: #fff;
    border: none;
    font-weight: bold;
  }
  
.accordion-button:focus {
box-shadow: none;
}

.accordion-button.collapsed {
background-color: #f8f8f8;
color: #333;
}

.accordion-item {
border: none;
}

.accordion-body {
background-color: #ffffff;
border-top: 1px solid #DA7B37;
padding: 20px;
}

.card {
margin-bottom: 20px;
}