.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.heading {
  font-family: Atkinson Hyperlegible Next, sans-serif;
  font-weight: 200;
}

.heading-2 {
  font-family: Atkinson Hyperlegible Next, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cardwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  object-fit: scale-down;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.image-2 {
  position: static;
  inset: auto 0% 0%;
}

.container {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.div-block-2 {
  color: #000;
  text-align: center;
  justify-content: space-around;
  align-items: flex-end;
  width: 100px;
  text-decoration: none;
  display: block;
}

.heading-3 {
  font-family: Atkinson Hyperlegible Next, sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: flex-start;
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-2 {
    text-align: left;
    flex: 1;
    margin-top: 0;
    font-size: 16px;
  }

  .div-block {
    flex-flow: column;
    align-items: center;
  }
}

#w-node-_8bfb834c-fc24-c11a-722d-f3ad44153a30-09fa4824, #w-node-_8c52b0fb-b958-e1b4-bd88-ab0d50cbc494-09fa4824 {
  grid-area: 1 / 1 / 2 / 2;
}


