@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

p{
  font-size:20px;
}

.top-5 {
    top: 5px;
}
.content {
  border: 7px solid #4c4b49;
  border-radius: 500px;
  box-shadow: 0 6px 12px #e78100;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

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

.content-box {
  border: 12px solid #4c4b49;
  border-radius: 1500px;
  box-shadow: 0 6px 12px #e78100;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.image-box{
  height:400px;
}
@media (max-width:991px) {
  .image-box{
    height:150px;
  }
  p{
    font-size:16px;
  }
}

.price-box{
  height:500px;;
}

div.cookiejar__wrapper{
  height:120%;
}
.program{
  padding-top:30px;
  font-size:14px;
  height:250px;
  border:10px solid #4c4b49;
  border-radius: 5000px;  
}
