.header-section {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('./Images/top-1.jpg');
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
  }

.image-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #555; 
}

.container-fluid {
  padding: 0 15px;
}

img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.card-body2{
  background-color: #ffc107;
  padding: 20px 10px;
}

.card-text2{
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  outline: rgb(255, 255, 255) none 0px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: rgb(44, 44, 44);
  font-family: Arial, sans-serif;
}