.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  display: flex;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  text-decoration: none;
}

.code-embed {
  color: #283447;
  width: 111px;
  height: 53px;
}

.text-block {
  color: #8fa3af;
  height: 20px;
  font-family: Prompt, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.section {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 256px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 24px;
  }

  .link-block.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed {
    width: 42px;
  }

  .text-block {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block-9 {
    width: 100%;
    padding-left: 24px;
  }

  .code-embed {
    width: 42px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .link-block {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed {
    width: 88px;
    height: 41px;
  }

  .text-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 54px;
    font-size: 1.1rem;
    line-height: 18px;
    display: flex;
  }
}


