.program-banner{
    width:100%;
    height: 300px;
    border: 1px solid;
    background-color: rgba(255, 145, 0, 0.37);
    background-image: url(assets/images/about-img.jpeg);
}



.detail-page {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Arial', sans-serif;
}

.detail-page .container {
  max-width: 1200px;
  margin: auto;
}

.intro-section {
  text-align: center;
  margin-bottom: 40px;
}

.intro-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.intro-section .intro-text {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  flex-direction: column;
}

.content-text {
  flex: 1 1 55%;
}

.content-text h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.content-text ul {
  padding-left: 20px;
  color: #444;
}

.content-text ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.content-text ul ul {
  padding-left: 20px;
  margin-top: 10px;
}

.content-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.content-images .content-img-cont{
    width: 250px;
    height: 200px;

}
.content-images .content-img-cont img {
    width: 100%;
    height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  object-fit: cover;
  border-radius: 20px;
}


.image-b{
  margin-bottom: 50px;
}
