	.h2 {
    	font-size: 30px;
   		line-height: 36px;
   		margin-bottom: 25px;
	}

.section {	
/* heading */
h1, h2 {
	font-weight: 700;
 }
 
 h1 {
	font-size: 38px;
	line-height: 44px;
	margin-bottom: 30px;
 }
 @media screen and (max-width: 768px) {
	h1 {
	  font-size: 30px;
	  line-height: 36px;
	  margin-bottom: 20px;
	}
 }
 
 h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 25px;
 }
 @media screen and (max-width: 768px) {
	h2 {
	  font-size: 26px;
	  line-height: 32px;
	  margin-bottom: 20px;
	}
 }
 
 h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 20px;
 }
 @media screen and (max-width: 768px) {
	h3 {
	  font-size: 24px;
	  line-height: 30px;
	}
 }

}

.secured__item img {
	height: 30px;
	max-height: 30px;
}