.servicesLeft, .servicesCenter, .servicesRight {
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.servicesCenter {
  padding: 30px;
  z-index: 1;
}

.servicesCenter {
  background: #C0C3E7 no-repeat center center;
  background-size: cover;
}

.riglist img {
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 0;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
}

.projectlist img {
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 0;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
}

.riglist {
  border: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  background: none;
}

.projectlist {
  border: 0;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  background: none;
}

