html,
body {
  margin: 0;
  padding: 0px;
  font-family: Poppins;
}
.section-container {
  margin: 0 auto;
  max-width: 1330px;
}
/*section CSS*/
h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bolder;
  padding-top: 50px;
}

h3 {
  font-size: 24px;
  text-align: left;
  font-weight: bolder;
  margin: 0;
}

h4 {
  font-size: 19px;
  text-align: left;
  font-weight: bold;
  margin: 0;
}

section {
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
}

section p {
  font-family: "Times New Roman";
  font-size: 16px;
}

section button {
  background-color: white;
  border: 1px solid #b83239;
  color: #b83239;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

button:hover {
  background-color: black;
}

/*content CSS*/

.vineyard-home {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.vineyard-damsteep {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.vineyard-netherwood {
  display: flex;
  flex-wrap: nowrap;
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.vineyard-home img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.vineyard-damsteep img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.vineyard-netherwood img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

section button {
  background-color: white;
  border: 1px solid #b83239;
  color: #b83239;
  width: 100%;
  text-align: center;
}

.column {
  flex: 50%;
  padding: 2%;
  justify-content: center;
}

@media (max-width: 720px) {
  .vineyard-damsteep {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 50px;
  }

  .vineyard-home {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .vineyard-netherwood {
    flex-wrap: wrap;
    padding-top: 50px;
    flex-direction: column;
  }
}
