.card img {
    width: 100%;
    height: 400px; /* Adjust the height as needed */
    object-fit: cover;
  }

  .testcake {
    background: linear-gradient(rgba(7, 7, 7, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Pavilion01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}