 
.park_view_box1 {
  display: flex;
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .content_vist_addis {
      height: 100%;
      width: 70%;
      display: flex;
      color: white;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }
  .content_vist_addis h1 {
    text-shadow: 0px -1px 11px #000000;
    text-align: center;
    color: #ffc621;
    font-weight: 800;
    font-size: 60px;
  }
  .content_vist_addis h2 {
    text-shadow: 0px -1px 11px #000000;
    text-align: center;
    color: #ffc621;
    font-weight: 800;
    font-size: 60px;
  }
  
  .content_vist_addis h3 {
    text-shadow: 0px -1px 11px #000000;
   
  }
  .park_view_box2 {
    margin-top: 2%;
    align-self: center;
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.card-header {
  background-color: var(--app_color1);
  color: white;
}
.park_view_des_box{min-height: 50vh;width: 80%;color: #333;font-size: 17px;}
.Park_view_gallery_box{

display: flex;

flex-direction: row;

flex-wrap: wrap;

justify-content: space-evenly;
}
.Park_view_gallery_item{

width: 19%;
}
  @media (max-width: 768px) {
    .content_vist_addis h1 { 
  font-size: 35px;
}
.Park_view_gallery_item{

  width: 49%;
  }
  .park_view_box1 { 
    min-height: 40vh;
  }
  .park_view_des_box { 
    width: 95%; 
}
  }