a {
  text-decoration: none;
}

.address-link {
  text-decoration: none;
  line-height: 1.75rem;
}

.header-photo {
  background-image: url("/img/body-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.swiper-container {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: cover;
}

.swiper-pagination {
  display: none;
}

.swiper-button-next {
  color: darkgray;
}

.swiper-button-prev {
  color: darkgray;
}


.mt-8 {
  margin-top: 8rem;
}

.bg-teritory {
  background-image: url("/img/teritory.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.agro-gray {
  padding: 2rem;
  margin: 2rem;
  max-width: 90%;
  margin-bottom: 1rem;
}

.storage::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/about-elevator-storage.jpg);
  background-position: center center;
  height: 500px;
  margin: 0rem;
  padding: 50px;
  filter: brightness(0.5);
  z-index: 0;
}

.storage {
  position: relative;
  text-align: center;
  padding: 10%;
  margin-top: 3rem;
}

.storage-text {
  /* This will make it stack on top of the ::before */
  position: relative;
  margin-top: 4rem;
}

@media (max-width: 992px) {
 .transportage {
  margin-top: 10rem;
 }
}

@media screen and (max-width: 576px) {
 .storage {
  margin-top: 1rem;
 }
 .transportage {
  margin-top: 8rem;
 }
 .field {
  margin-top: 2rem;
 }
}

.transportage::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/about-train.jpg);
  background-position: center center;
  height: 300px;
  margin: 0rem;
  padding: 50px;
  filter: brightness(0.5);
  z-index: 0;
}

.transportage {
  position: relative;
  text-align: center;
  padding: 10%;
}

.transportage-text {
  /* This will make it stack on top of the ::before */
  position: relative;
  margin-top: 4rem;
}

.field::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/field.jpg);
  background-position: center center;
  height: 300px;
  margin: 0rem;
  padding: 50px;
  z-index: 0;
  filter: brightness(0.5);
}

.field {
  position: relative;
  text-align: center;
  padding: 10%;
}

.field-text {
  /* This will make it stack on top of the ::before */
  position: relative;
  margin-top: 4rem;
}

.logos {
 color: #818181;
}

.logos span{
 font-size: 2rem;
}

.logos img{
 width: 130px;
}

.bg-contact {
 background-color: #555555;
}
