.container {
    margin: 2px 40px;
}
.wrapper {
  width: 95%;
  max-width: 1365px; 
  margin: 0 auto;
}
.heading{
  font-size: 25px;
  text-align: center;
  color: #25408f;
  padding: 10px 0px;
}

/**/
/* Link Styling */
.allNews a {
  display: block;
  text-align: center;
  color: #0078d4;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: bold;
}


/* Image Container Styling */
.image1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Individual Product Figure */
.image1 figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px; /* Adjust the width as needed */
  border: 1px solid #000;
  background-color: #f9f9f9;
  text-align: center;
 
}

.image1 img {
  max-width: 298px;
}

/* Figcaption Styling */
.image1 figcaption {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
}

/* Text Content Styling */
.image1 p {
  margin: 15px 0;
  text-align: justify;
 
}

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Space between the boxes */
}


.box1, .box2,.box3 {
  flex: 1 1 300px;
  max-width: 300px;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;

}

/* box heading Styling */
.box h5 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* box Paragraph Styling */
.box p {
  font-size: 15px;
  text-align: left;
}
.allNews p{
  margin: 15px 0px;
  font-size: 17px;
  text-align: left;
}

/* features */
.features {
  margin: 15px 0;
}
.features h4{
  font-size: 17px;
  padding: 5px 0px;
}

/* Styling each feature */
.feature {
  font-size: 16px; 
  margin-bottom: 8px;
}

.feature-number {
  font-weight: bold;
  margin-right: 5px; 
}
  