.secondary-page header {
  background-color: #303c40;
  position: relative;
  padding-bottom: 25px;
  font-size: 18px;
  border-bottom: 3px solid #ff4d00;
  }

.secondary-page header img {
    display: inline;
  width: 400px;
  padding-top: 23px;
  }

.privacy .main-content {
    padding-top: 150px;
    padding-bottom: 150px;
    /* background-image: linear-gradient(to right bottom,#fff, #ffede6);
    background-color: #ffede6; */
    background-color: white;
    color: #303c40;
}

.privacy .main-content h1 {
    text-transform: uppercase;
    color: #FF9466;
    text-align: center;
    border-bottom: 2px solid #ff4d00;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.privacy .main-content h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #FF9466;
    color: #ff4d00;
    font-size: 28px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 20px;
}

.privacy .main-content .box-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.privacy .main-content .box {
    background-color: rgb(255, 237, 230);
    max-width: 29%;
    min-width: 400px;
    margin: 2%;
    padding: 50px;
    border: 2px solid #FF9466;
    border-radius: 10px;
}

.privacy .main-content p {
    font-size: 20px;
    line-height: 1.4;
    display: block;
}