#book-a-demo {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;

  /* position: relative;
  &::after {
    content: '';
    background: url('/assets/JIB-bg.webp') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.2;
  } */

  @media screen and (max-width: 1000px) {
    gap: 40px;
  }

  > .title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;

    > p {
      max-width: 700px;
    }
  }

  iframe {
    width: 100%;

    background-color: #fff;
    border-radius: 48px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

    height: 1150px;
    @media screen and (max-width: 650px) {
      height: 1600px;
    }
  }
}
