.cover-section {
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 1rem;
}

.cover-image {
  width: 935px;
  height: 290px;
  object-fit: cover;
  display: block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
