.w77__card {
  width: 288px;
  height: 176px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.w77__image-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.w77__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.w77__content {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 16px;
}
.w77__content p {
  margin: 0;
}
.w77__text-top {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.w77__text-center {
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
}
.w77__text-bottom {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
