.u-section-1 {
	background-image: linear-gradient(
		0deg,
		rgba(0, 5, 178, 0.55),
		rgba(0, 5, 178, 0.55)
	  ),
	  url("./../images/city90.jpg") !important;
	background-position: 50% 89.31%;
  }
  .u-section-1 .u-sheet-1 {
	min-height: 356px;
  }
  .u-section-1 .u-text-1 {
	font-size: 50px;
	font-weight: 700;
	margin: 212px auto 60px;
  }
  .grid-container {
	/* margin: 20px;
	display: table; */
	/* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px; */
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
  }
  .bg-img{
    width: 100%;
    height: auto;
    display: block;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;	
    background-size: cover;
  }
  .grid-item {
	/* background-color: #fff;
	border: 1px solid #ddd; */
	/* display: table-cell;
	overflow: hidden; */
	flex: 1 1 calc(30% - 20px); /* 30% width with space between */
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px; /* Adjust margin if needed */
    overflow: hidden;
  }
  
  .grid-item img {
	width: 100%;
	height: auto;
	max-height: 250px;
  }
  
  .grid-text {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 50%;
    justify-content: space-evenly;

  }
  
  .grid-text p {
	font-size: 14px;
	color: black;
	margin-bottom: 10px;
  }
  
  .grid-text h3 {
	font-size: 18px;
	line-height: 30px !important;
	margin-bottom: 15px;
  }
  
  .read-more {
	font-size: 16px;
	text-decoration: none;
	color: #0303B5;
	font-weight: bold;
  }
  
  .read-more span {
	font-size: 18px;
  }
  
  
  /* ------------------------------------------------- */
  @media (max-width: 1199px) {
	.u-section-1 .u-sheet-1 {
	  min-height: 294px;
	}
  }
  
  @media (max-width: 991px) {
	.u-section-1 .u-sheet-1 {
	  min-height: 225px;
	}
  }
  
  @media (max-width: 767px) {
	.u-section-1 .u-sheet-1 {
	  min-height: 169px;
	}
  }
  
  @media (max-width: 575px) {
	.u-section-1 .u-sheet-1 {
	  min-height: 106px;
	}
.grid-item{
flex :1 1 calc(100% - 20px);

}
  }
  @media (max-width: 768px) {
	.hero-left h1 {
		font-size: 36px;
	}
  
	.hero-right p {
		font-size: 16px;
	}
.grid-item{
flex :1 1 calc(100% - 20px);

}
  }