.ev-card {
 background:#fbfbfb;
  border-radius: 10px;
  padding: 40px 10px;
  width: 570px;
  text-align: center;
  position: relative;

  transition: transform 0.3s ease;
  border: 1px solid rgb(218, 218, 218);
}

.ev-card:hover {
  transform: translateY(-5px);
}

.ev-card img {
  width: 200px;
  height: auto;
  margin: 70px 5px 5px 5px !important;
}

.ev-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin-top: 10px;
}

.ev-top {
  background: rgba(26, 0, 56, 1);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ev-top .ev-title {
     background: linear-gradient(to bottom, #d4b17a 10%, #fff 70%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: HeirofLightBold;
  font-size: 32px;
  font-weight: bold;
}


.bipUJZ {
text-align: right;
height: 0px;
padding-right: 12px;
position: relative;
z-index: 1;
}

.bknLrN {
color: rgb(255, 255, 255);
}
@media only screen and (min-width: 960px) {
.bknLrN {
margin-top: -10px;
}
}