/* section {
    display: grid;
    grid: auto/200px 1fr;
    grid-gap: 0 2em;
  }
  section p {
    grid-column: 2/3;
  }
  
  .section-title {
    grid-column: 1/2;
    text-align: right;
    align-self: start;
    top: 100px;
    position: sticky;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 140%;
    
  }

  section span {
    grid-column: 2/3;
  }
  section iframe {
    grid-column: 2/3;
    width: 120%;
    height: 2140px;
  } */
.content {
    margin-left: 5%;
}

.ourservice {
  display: grid;
  grid: auto/200px 1fr;
  grid-gap: 0 2em;
}
.ourservices p {
  grid-column: 2/3;
}

.section-title {
  grid-column: 1/2;
  text-align: left;
  align-self: start;
  top: 100px;
  position: sticky;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  
}

.ourservices span {
  grid-column: 2/3;
}
.ourservices iframe {
  grid-column: 2/3;
  width: 111%;
  height: 2140px;
  margin-left: 16%;
  margin-top: -10.5%;
}
.content {
  margin-left: 5%;
}

@media (max-width: 991px) {
  .ourservices iframe {
    grid-column: 2/3;
    width: 111%;
    height: 3621px;
    margin-left: -8%;
}

.section-title {
  grid-column: 1/2;
  text-align: left;
  align-self: start;
  top: 100px;
  position: unset;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
}
}