@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
    .main-img{
  min-height: 200px!important;
}
}


.top-5 {
    top: 5px;
}
.content {
  height:100%;
  border-radius: 12px;
  box-shadow: 0 4px 8px #26374f;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.content:hover {
  box-shadow: 0 8px 16px #243341;
  transform: translateY(-2px);
}

.about-section {
  position: relative;
  background-image: url('your-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 100px 20px; /* регулируй по необходимости */
  z-index: 1;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0, 0, 0, 0.5); /* Уровень затемнения */
  z-index: -1;
}

 #warum-kurshaus .feature-card {
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: 1rem;
}

#warum-kurshaus .feature-card:hover,
#warum-kurshaus .feature-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 .5rem 1.25rem rgba(0,0,0,.12);
}

#warum-kurshaus .icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  
}

#warum-kurshaus .icon-wrap i {
  font-size: 1.4rem;
  line-height: 1;
}

h2{
  font-size:30px;
  font-weight:bold;
}

@media(max-width:460px){
  h2{
  font-size:20px;

}
}