.featured-vineyard {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.featured-vineyard:before {
  content: "";
  position: absolute;
  top: -90%;
  left: -90%;
  bottom: 0%;
  width: 200%;
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%);
  background: -o-linear-gradient(315deg, black 40%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(135deg, black 40%, rgba(0, 0, 0, 0) 75%);
}

.featured-vineyard h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}

.featured-vineyard h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.featured-vineyard p {
  font-size: 16px;
}

.featured-vineyard p,
.featured-vineyard h3,
.featured-vineyard h4,
.featured-vineyard a {
  color: #fff;
  z-index: 1;
}

.featured-vineyard a {
  text-decoration: underline !important;
  color: #fff !important;
}
