
* {
  font-family: "poppins"
}


.title{
  margin-top:20px;
 margin-left: 75px;
  font-size:30px;
  line-height:30px;
  font-weight:bold;
  margin-bottom:30px;
 font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 color:#2b5a4e;
}
#filter{
  float: left;
  min-height: 700px;
  max-width: 600px;
  background-color: rgba(26, 33, 54, 0.7);
  padding-top: 10%;
  padding-right: 5%;
  padding-left: 15%;
  color:white;
}

#filter-title{
  margin-bottom:50px;
}

.parallax {
  /* The image used */
  background-image: url("https://s.yimg.com/hd/cp-video-transcode/prod/2020-10/14/5f860a6863753c2439abc32d/5f871e4906c4ef239688745f_o_U_v3.jpg");

  /* Set a specific height */
  min-height: 700px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bullets{
  list-style-type: square;
  font-family: poppins;
 font-size:25px;
 margin-bottom:25px;
}
.bullet-div{
  margin-left: 125px;
  margin-top:20px;
  margin-right:100px;
}
.bullet-info{
  margin-top:10px;
  margin-bottom:20px;
  width:500px;
  font-family: poppins;
}
.bullets::marker{ 
  color:blanchedalmond;
  font-size: 30px; 
  }
  .bullets-two{
    margin-left:50px;
    list-style-type: circle;
  font-family: poppins;
  font-size: 20px;
   margin-top:10px;
    margin-bottom:10px;
  }

  .bullet-sub{
    font-weight:bolder;
  }