.header-carousel .header-carousel-item .carousel-caption {
    background-color: unset;
}
/* Default state of the additional content */
.more-content {
    display: none;
}

/* Show additional content when the target is active */
#more:target {
    display: block;
}
#more:target #more-link{
    display: none;
}
#more:target .more-content{
    display:none;
}
/* Style for the "more" link */
#more-link {
    cursor: pointer;
    display: inline-block;
}
body{
    color:unset;
}
.display-5 {
    font-family: "Baskervville SC", serif;
    font-weight: 400;
    font-style: normal;
  }
  .text-primary{
    font-family: "Baskervville SC", serif;
    font-weight: 400;
    font-style: normal;
  }
  .truncate-text,.detail_page p,.detail_page span{
font-family: math;
font-size: 20px;
text-align: justify;
  }
  .more-content{
font-family: math;
font-size: 20px;
  }
  ._2p3a{
    max-width: unset !important;
    width: 480px;
  }
  .drop-team{
    position: relative;
    top:100px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

   @media (max-width: 992px){
.drop-team{
position: unset !important;
padding-bottom: unset !important;
  }
} 
@media (max-width: 992px){
.header-carousel .header-carousel-item img {
  height:unset !important;
}
}

.about{
  padding-top:60px;
}
@media (max-width: 992px){
.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
   height:unset; 
}
}

.blog{
  padding-top:80px;
}
@media (max-width: 992px){
  .navbar{
background-color: unset !important;
}
}
.heading-detail{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.img-fluid{
height: 400px;
object-fit: cover;
}