/* Services */

.services #information{
  display: flex;
  position: relative;
  flex-direction: column;
  background: url('/i/landform_team_plant.JPG') no-repeat center center/cover;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  padding: 0 20px;
}

#landform24_7 {
  display: flex;
  flex-direction: row;
}

#landform24_7 .content {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  justify-content: center;
  height: 380px;
  padding: 0 30px 0 30px;
  width: 50%;
  flex: 1;
  background-color: bg-dark;
  color: #eee;
}

.images {
  display: flex;
  border: 2px solid #222;
  width: 50%;
  flex: 1;
  min-height: 380px;
  object-fit: cover;
}

#landform24_7 li {
  list-style: disc;
  align-items: left;
}

.services #information h1 {
  font-size: 36px;
  color: #eee;
  margin-bottom: 20px;
  line-height: 2.4rem;
  font-style: 700;
  z-index: 1;
}

.services #information p {
  font-size: 16px;
  color: #eee;
  margin-bottom: 20px;
  line-height: 1.2rem;
  /* font-style: normal; */
  z-index: 1;
}

.services #information::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.7;
}
