/******* CSS for big screen *******/
.text_header_big_cls {
/*  border: 1px dotted red; */	
  text-align: justify;
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
/*
  padding-left: 10px;
  padding-right: 2px;

*/
}

.text_context_just_big_cls {
/*  border: 1px dotted red;	*/
  text-align: justify;
  padding-left: 10px;
  padding-right: 2px;
  font-size: 15.5px;
  line-height: 22px;
  margin-top: -15px;
}

.text_underpoint_big_cls {
  padding-left: 25px;
}

.headline_text_underpoint_big_cls {
  font-size: 15.5px;
  color: black;
  text-decoration: underline;
}

.text_context_left_big_cls {
/*  border: 1px dotted red;	*/
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;
  font-size: 15.5px;
  line-height: 22px;
  margin-top: -25px;
}

.text_footer_just_big_cls {
/*  border: 1px dotted red; */
  color: blue;
  text-align: justify;
  padding-left: 10px;
  padding-right: 2px;
  margin-top: 10px;
  line-height: 22px;
}

.text_footer_left_big_cls {
/*  border: 1px dotted red;	*/
  color: blue;
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;
  margin-top: 10px;
}

.img_big_cls {
/*  border: 1px dotted red; */
  float: right;

  min-width: 150px;
  min-height: 100px;

  max-width: 30%;
  max-height: 30%;
}

.video_big_cls {
  margin-top: 30px;
  margin-left: 2%;
}






/******* CSS for mobile screen *******/
.text_header_small_cls {
/*  border: 1px dotted red; */ 
  text-align: justify;
  font-size: 15.5px;
  font-weight: bold;
  line-height: 22px;
/*
  padding-left: 10px;
  padding-right: 2px;

*/
}

.text_header_small_item1_cls {
/*  border: 1px dotted red; */
  text-align: justify;
  font-size: 15.5px;
  font-weight: bold;
  line-height: 22px;
/*
  padding-left: 10px;
  padding-right: 2px;

*/
}

.text_header_small_item2_cls {
/*  border: 1px dotted red; */
  text-align: justify;
  font-size: 15.5px;
  font-weight: bold;
  line-height: 22px;

  padding-left: 10px;
  padding-right: 2px;


}

.text_context_just_small_cls {
/*  border: 1px dotted red; */
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;
  font-size: 15.5px;
  line-height: 22px;
}

.text_context_left_small_cls {
/*  border: 1px dotted red; */ 
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;
  font-size: 15.5px;
  line-height: 22px;
  margin-top: -15px;
}

.text_footer_small_cls {
/*  border: 1px dotted red; */
  color: blue;
  text-align: left;
  padding-left: 10px;
  padding-right: 2px;
  margin-top: 10px;
}

.img_small_cls {
/*  border: 1px dotted red; */
  float: right;

  min-width: 150px;
  min-height: 100px;

  max-width: 30%;
  max-height: 30%;
}

.video_small_cls {
  width: 100% !important;;
  height: auto;

  margin-top: 5px;
/*  margin-left: 5%; */
}