:root{
  --verde_1: #AFBD91;
  --verde_2: #6C990B;
  --verde_3: #DBE285;
  --verde_4: #3F5906;
  --text-primary: #131313;
  --text-light: #FFFFFF;
  --text-secondary: var(--verde_4);
}


body{
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}

a{
  color: var(--text-secondary);
}

p{
  font-size: 20px;
}

.page-title h1 {
  font-size: 48px;
  font-weight: 600;
}
.descBlockBg {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.hero-bg {
  background-size: cover;
  background-position: center center;
}
.hero-borgo {
  height: 50vw;
  max-height: 670px;
}
section.single-borgo-main {
  background: linear-gradient(var(--verde_2), var(--verde_2) 560px, #FFF 560px, #FFF 100%);
  padding-top: 100px;
}