.milling-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.milling-item__image {
  display: block;
  transition: transform 0.25s ease-in-out;
}
.milling-item__title {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 700;
  color: #000;
  transition: color 0.25s ease-in-out;
}
.milling-item__title i {
	color: #777;
	font-size: 0.75em;
}
.no-touch .milling-item:hover .milling-item__image {
  transform: translateY(-2px);
}
.no-touch .milling-item:hover .milling-item__title {
  color: #d10000;
}

.privacy h2 {
	margin-top: 30px;
}
.privacy p {
	margin-bottom: 15px;
}
.privacy ul {
	list-style: disc;
	padding-left: 30px;
}
.privacy ol {
	list-style: decimal;
	padding-left: 30px;
	margin-top: 30px;
}
.privacy li {
	margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .milling-item__title {
    font-size: 1em;
    line-height: 1.5em;
  }
}
.milling__container,
.milling__heading,
.milling__item {
  padding-left: 10px;
  padding-right: 10px;
}
.milling__container {
  padding-top: 96px;
  padding-bottom: 24px;
}
.milling__heading {
  margin-bottom: 72px;
}
.milling__items {
  display: flex;
  flex-wrap: wrap;
}
.milling__item {
  margin-bottom: 64px;
  width: 25%;
}
.milling__item .glightbox {
  cursor: zoom-in;
}
@media screen and (max-width: 768px) {
  .milling__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 500px) {
  .milling__container,
  .milling__heading,
  .milling__item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .milling__container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .milling__heading {
    margin-bottom: 52px;
  }
  .milling__item {
    margin-bottom: 48px;
    width: 50%;
  }
}
