pussy-landing/src/components/sections/Neoreligion/Neoreligion.module.scss

.section {
  text-align: center;
  h4 {
    // font-size: 50px;
    margin: 0;
  }

  p {
    margin-top: 10px;
    color: var(--text-color-2);
    font-size: 30px;
  }

  img {
    max-width: 100%;
  }

  .labels {
    display: flex;
    justify-content: space-between;
  }
}

.iframe {
  // border: 1px solid red;
  width: 100%;
  height: 90vh;
  border: none;
}

Neighbours