/*------------Poster Section-----*/
#news-poster {
  background-image: linear-gradient(
      rgba(73, 82, 149, 0.589),
      rgba(73, 82, 149, 0.3)
    ),
    url("privacy-crates.png");
  height: 60vh;
  background-position: center;
  background-size: cover;
}

#news-poster h2 {
  padding-top: 200px;
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 4px;
}


/*-----------privacy body 1----*/

#about-section-1{
    /* padding: 90px 10px; */
}

.content-section-1 h3{
    margin-bottom: 40px;
    font-size: 2.5rem;
    color:#FF3514;
}

.content-section-1 span{
    color:#032668;
}

.content-section-1 p{
    font-size: 1.1rem;
    line-height:1.8;
    color:#555;
    font-weight: 400;
}

.image-section{
margin-top: 60px;
    overflow: hidden;
   /*clip-path: circle(50% at 50% 50%);*/


}

.image-section img{
    /* width: 100%; */
    /* transform: scale(1.3); */
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.82);*/
}


/*---------------Privacy body 2----------------*/
#about-section-2{
    overflow: hidden;
}
.section-2-frame{
    max-width:100vw;
    background-color:#F1FBFF ;
}

.privacy-sub-topic{
    font-weight: 500;
    font-size: 18px;
}

.image-section-2 img{
    width: 100%;
}

.content-section-2 h3{
    margin-bottom: 60px;
    font-size: 2.5rem;
    color:#FF3514;
    padding-top: 30px;
}

.content-section-2 span{
    color:#032668;
}

.features{
    margin-top: 40px;
}

.features td{
    font-weight: 400;
    font-size: 1.1rem;
    color:#555 !important;
    margin-bottom: 30px !important;
}

