
.banner-section {
  height: 350px;
  background: url(../assets/banner.svg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-container .title1 {
  color: white;
  -webkit-text-stroke: 1px #eaffee;
  font-weight: 600;
}
/* Privacy Policy Section */
.privacy-policy-section{
    padding: 60px 0;
    background-color: #fdfff6;
}
.privacy-policy-section h2{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.privacy-policy-section p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.privacy-policy-section ul{
    list-style: square;
}
.privacy-policy-section h3{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;}