
/*  let the header column start here  */

#privacyjumbotron{
  box-shadow: inset 0 0 0 2000px rgba(15, 109, 253, 1);
  background-size: 100%;
  background-repeat: no-repeat;
  color: white;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.privacyheadercell{
  text-align: center;
  padding-top: 70px;
  padding-right: 30px;
  padding-left: 30px;
}

/*  let the header column end here  */

/*  let the first column start here  */

#privacyfirstblocktext{
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;

}

#privacyfirstblocktext h3{
  color: #037BFE;
}


/*  let the first column end here  */

/*  let the second column start here  */

#privacysecondblockjumbotron{
  padding-top: 0px;
}

.privacysecondblockfill img {
  padding-right: 10px;
  padding-left: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.privacysecondblocktext{
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: justify;
  font-size: 16px;

}

.privacysecondblocktext h5{
  color: #037BFE;
}

/*  let the second column end here  */

/*  let the third column start here  */

#privacythirdblockjumbotron{
  padding-top: 0px;
  padding-bottom: 30px;
}

.privacythirdblocktext{
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: justify;
    font-size: 16px;
}

.privacythirdblocktext h5{
  color: #037BFE;
}

.privacythirdblockfill img {
  padding-right: 10px;
  padding-left: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*  let the third column end here  */


/*  let the forth column start here  */

#privacyforthblockjumbotron{
  padding-top: 0px;
}

#privacyforthblocktext{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 17px;
  padding-right: 30px;
  padding-left: 30px;

}

#privacyforthblocktext h3{
  color: #037BFE;
}
/*  let the forth column end here  */
