.services {
  background-image: url('../images/background/background-table-3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.services-title {
  padding: 6rem 0 3rem 0;
  color: #fff;
  z-index: 3;
  position: relative;
  text-align: center;
}

.services-overlay {
  opacity: 0.65;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  position: absolute;
  z-index: 1;
}

.services-iframe {
  position: relative;
  width: 100%;
  z-index: 3;
  margin: 1rem 0;
}
