.ParaText_infrastructure {
  margin-top: 40px;
  font-family: "Gordita", Sans-serif;
  font-size: 17px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ParaText_infrastructure {
  width: 850px;
} 


/* ============================================================
   GLOBAL SETTINGS
   ============================================================ */
body {
  overflow-x: hidden; /* Prevent horizontal scroll */
}
/* Gallery Main */
.tpara{
padding-top:0.3rem;
padding-bottom:0rem;
}

.HeadingBarFull{
		  width:100%;margin:0 auto;height:1px;border-width:0;background-color:#3dcfe0;opacity:1
			 }		
			 
 .HeadingBarFullDark{
		  width:100%;margin:0 auto;height:1px;border-width:0;background-color:#666666;opacity:1
			 }		
			 			 
.resultTable {
	font-family: "Gordita", Sans-serif;	
	color:#666666;
    font-size: 14px;
}		 

.HeadingBox { 
	font-size: 45px;
	font-family: Butler;
  font-weight: 700;
  color: #333;
  line-height: 1em;
  letter-spacing: 0.02em;
 }


.classLogo{
		height:150px;
		width:auto;
		}
  
.HeadingBar{
	  width:100px;margin:0 auto;height:3px;border-width:0;background-color:#3dcfe0;opacity:1
  		   }  
		   
                                                                                                                                              

@media (max-width: 992px) {
  
  .container {
    max-width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ParaText_infrastructure {
    font-size: 17px;
    line-height: 33px;
    width: 95%;
  }

  .HeadingBox { font-size: 45px; }
}

/* --- =768px (Tablets) --- */
@media (max-width: 768px) {  
  .HeadingBox {
    font-size: 38px;
    text-align: center;
    padding: 0 0px;
  }
  .ParaText_infrastructure {
    font-size: 16px;
    line-height: 30px;
    width: 95%;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
  }
 
 }
 
 /* =====================================
   Mobile (767px and below)
===================================== */
@media screen and (max-width: 767px) {
  .HeadingBox {
    font-size: 35px;
    text-align: center;
	line-height:40px;

  }

  .ParaText_infrastructure {
    font-size: 15px;
    line-height: 30px;
    width: 95%;
    margin-top: 20px;
    padding: 0 5px;
    text-align: center;
  }
}


