@charset "UTF-8";


.environment-headline {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .environment-headline {
    margin-bottom: 10px;
  }
}
.environment p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .environment p {
    margin-bottom: 25px;
  }
}
.environment p:last-child {
  margin-bottom: 0;
}
.environment-txt-box-space {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .environment-txt-box-space {
    margin-bottom: 30px;
  }
}
.environment-headline-error {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .environment-headline-error {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}