
 .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;
} 

.bg-image {
  background-image:url(career-work-with-us-bg.html);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
/* ============================================================
   GLOBAL SETTINGS
   ============================================================ */
.press-item img {
    margin: 0 auto;
    display: block;
}

/* Gallery Main */

/* Gallery container */
.press-gallery {
  column-count: 1;
  column-gap: 25px;
}

/* Individual cards */
.press-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Hover zoom */
.press-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.press-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  
}

/* Gallery Close */

 .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
			 }		
			 			 
.heading3 {
    font-family: "Gordita", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
	color:#333333;
}	

.HeadingBox { 
	font-size: 50px;
	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) {
 .press-gallery { column-count: 1; }
 
  .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;
  }
 
 }

@media (max-width: 576px) {
.press-gallery { column-count: 1; }

.classLogo{
		height:100px;
		}
		
.HeadingBox {
    font-size: 35px;
  }
  
.ParaText_infrastructure {
    font-size: 14px;    
    width: 95%;
    padding: 0 5px;    
  }  
  
  .heading3 {    
    font-size: 21px;
    
}	
}
