#customPageTitle {
  display: none
}


.centeredContent>section {
  width: 95%;
  margin: 0 auto
}

.centeredContent>section {
  width: 100%
}

.block{
  background: var(--base);
}
.absoluteBlock {
    position: relative;
    min-height: 0;
    padding-bottom: 28%;
}
.blockContainer {
    border: none;
    width: 90%;
    margin: 0 5%;
    position: absolute;
    top: -75%;
}

.textContainer {
  color: var(--white);
  background: var(--base);
  position: relative;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    width: 90%;
    gap: 0;
    margin-bottom: 20px;
  }
      .blockContainer {
        border: none;
        top: -5%;
    }

  .absoluteBlock {
    min-height: 34rem;
    padding-bottom: 45%;
}
}