h2{
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #474747;
  border-radius: 10px;
  border-top: none;
}
h2:before {
  content: url("wp/wp-content/uploads/2021/05/icon-lamp.png");  
  display: inline-block;
  line-height: 53px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 52px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
.mainSection-title{
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #474747;
  border-radius: 0 10px 10px 0;
  border-top: none;
}
.mainSection-title:before {
  content: url("wp/wp-content/uploads/2021/05/icon-lamp.png");  
  display: inline-block;
  line-height: 53px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 52px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
.text-green{
	color:#10695d;
	}
.text-red{
	color:#9a384a;
	}
.text-orange{
	color:#ff9d40;
	}
.yellow_line{
	background:linear-gradient(transparent 60%, #fef99f 0%) ;
	display: inline-block;
	}
.f24{
	font-size:24px;
	font-weight:bold !important;
}
.f26{
	font-size:26px;
	font-weight:bold !important;
}
.f30{
	font-size:30px;
	font-weight:bold !important;
}
.f40{
	font-size:40px;
	font-weight:bold !important;
}
.f42{
	font-size:42px;
	font-weight:bold !important;
}
.mb1{
	margin: 0 auto 1em;
	}
.two-column{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;	
	}
.w70{
	width:70%;
	margin:0;
	}
.w30{
	width:30%;
	margin:0;
	}

@media screen and (max-width: 768px) {

h2{
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 36px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  color: #474747;
  border-top: none;
}
h2:before {
  content: url("wp/wp-content/uploads/2021/05/icon-lamp.png");  
  display: inline-block;
  line-height: 53px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 52px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
.mainSection-title{
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 36px;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  color: #474747;
  border-top: none;
}
.mainSection-title:before {
  content: url("wp/wp-content/uploads/2021/05/icon-lamp.png");  
  display: inline-block;
  line-height: 53px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 52px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}
h4 {
    font-size: 16px;
}
.yellow_line{
	background:linear-gradient(transparent 60%, #fef99f 0%) ;
	display: inline-block;
	}
.f24{
	font-size:16px;
	font-weight:bold !important;
}
.f26{
	font-size:16px;
	font-weight:bold !important;
}
.f30{
	font-size:16px;
	font-weight:bold !important;
}
.f40{
	font-size:18px;
	font-weight:bold !important;
}
.f42{
	font-size:18px;
	font-weight:bold !important;
}
.mb1{
	margin: 0 auto 1em;
	}
.two-column{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;	
	}
.w70{
	width:100%;
	margin:0;
	}	
.w30{
	width:50%;
	margin:0;
	}	
	
	}