#intro {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 80px;
}
#intro .img {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 35%;
  background-image: url(../assets/images/backgrounds/Background-Story-1111.png);
  background-size: cover;
  background-color: orange;
  background-position: top;
  background-repeat: no-repeat;
}
#intro .navigation-bar {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
#intro .navigation-bar .nav {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  padding: 2% 0;
  cursor: pointer;
}
.section {
  position: relative;
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
}
.section .title {
  font-size: 30px;
  font-weight: 700;
}
.section .text {
  width: 100%;
  margin-top: 2%;
}
.section .text .btn {
  position: relative;
  float: left;
  width: 45%;
  align-content: center;
  text-align: left;
  line-height: 25px;
  margin-top: 3%;
  padding-right: 5%;
}
.section .text .btn img {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 5%;
  margin-bottom: 2%;
}
.section .text .icon {
  position: relative;
  float: left;
  width: 17.3333%;
  margin: 5%;
  padding: 3%;
  background: #528403;
  border-radius: 20px;
  box-shadow: 5px 5px 10px 2px #e5e4e2;
}
.section .text .icon .img {
  position: relative;
  float: left;
  width: 70%;
  left: 15%;
}
.section .text .icon .img img {
  width: 100%;
}
.section .text .icon .text {
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-top: 2%;
}
.section .text table {
  position: relative;
  float: left;
  width: 90%;
  max-width: 100%;
  margin-top: 4%;
  left: 50%;
  transform: translate(-50%);
  border-collapse: collapse;
  border: 1px solid #528403;
}
.section .text table tr {
  padding: 2% 0;
}
.section .text table td,
.section .text table th {
  width: 10%;
  padding: 1% 2%;
  text-align: center;
}
.section .text table .titolo {
  background: #528403;
  color: #fff;
}
.section .text table .dati {
  font-size: 13px;
}
#contatti,
#social {
  width: 42.5%;
}
@media (max-width: 1000px) {
  #intro .img {
    padding-top: 50%;
  }
  #intro .navigation-bar .nav {
    width: 33.33333%;
  }
  .section .text .icon {
    width: 84%;
    margin: 3%;
    padding: 5%;
  }
  .section .text table .titolo {
    font-size: 9px;
  }
  .section .text table .dati {
    font-size: 8px;
  }
  .section .text .btn img {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 30%;
    margin-bottom: 2%;
  }
  #contatti,
  #social {
    width: 90%;
  }
  .section .text .btn {
    text-align: center;
  }
}
