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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  background-color: #1c1c1c;
  font-weight: 700;
}

.heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 200px;
  font-weight: 700;
  line-height: 180px;
}

.heading-2 {
  color: #636363;
}

.pfp {
  width: 150px;
  height: 150px;
  min-height: 100px;
  min-width: 100px;
  aspect-ratio: 1 / 1;
  background-image: url('../images/Profile-Pic.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 150px;
}

.heading-3 {
  color: #fff;
  flex-direction: row;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.section {
  justify-content: flex-start;
  display: flex;
}

.paragraph {
  color: #fff;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  margin-left: 29px;
  display: flex;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.container {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-4 {
  color: #fff;
}

.image {
  border-radius: 8px;
}

.cta-button {
  background-color: #f2f2f2;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 25px;
  display: flex;
}

.cta-button:hover {
  background-color: #d3d3d3;
}

.image-2 {
  max-height: 50px;
}

.image-3 {
  max-height: 25px;
}

.image-4 {
  max-height: 35px;
}

.heading-5, .heading-6 {
  margin-top: 0;
}

.cell {
  padding-left: 25px;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 130px;
    line-height: 130px;
  }

  .pfp {
    min-height: 100px;
  }

  .cell {
    padding-left: 0;
  }
}

#w-node-b9d11c02-ef78-53d6-49df-c51e39758e14-0728e628 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-b9d11c02-ef78-53d6-49df-c51e39758e14-0728e628 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
