/* Color Pallette
Red - #DC3522
Beige - #E3D4A5
Grey - #374140
Dark Grey - #161717
Black - #0C0C0D
*/

section {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/workTruck.jpg") center/cover no-repeat fixed;
}

.cctv-services {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}

.cctv-service-tile {
  background-color: #374140;
  margin: 0 10px 0 10px;
  flex: 1;
  color: #e3d4a5;
  border-radius: 60px/60px;
}

.cctv-service-tile h3 {
  padding-top: 10px;
}

.certification {
  max-width: 150px;
  height: auto;
  padding-top: 30px;
}

.service-image {
  max-width: 60%;
  height: auto;
  max-height: 200px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .cctv-services {
    flex-direction: column;
    align-items: center;
  }

  .cctv-service-tile {
    margin: 10px;
    padding-bottom: 10px;
    width: 50%;
  }

  .cctv-services {
    padding-bottom: 10vh;
  }

  footer {
    min-height: 100px;
  }

  footer h4 {
    font-size: 1rem;
  }
}
