body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.section {
  width: 100%;
  min-height: 100vh;
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.div-block {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-width: 500px;
}

.link-block {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 9px 16px 9px 9px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
}

.text-block {
  margin-bottom: 4px;
  font-size: 1.3em;
  font-weight: 600;
}

.text-block-2 {
  opacity: .51;
  font-size: 1em;
}

.image-2 {
  width: 80px;
  height: 80px;
  max-width: 80px;
  border-radius: 8px;
}

.div-block-2 {
  padding-top: 16px;
  padding-left: 16px;
}

.div-block-3 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 8%;
  display: flex;
}

.heading {
  margin-bottom: .5em;
  font-weight: 600;
}

.text-block-3 {
  color: rgba(255, 255, 255, .59);
  font-size: 1.2em;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .link-block {
    align-items: center;
  }

  .text-block {
    margin-bottom: 4px;
  }

  .text-block-2 {
    color: rgba(255, 255, 255, .49);
  }

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

  .div-block-2 {
    padding-top: 0;
  }

  .div-block-3 {
    margin-bottom: 20%;
  }

  .div-block-4 {
    align-items: center;
    display: flex;
  }

  .heading {
    margin-top: 0;
    margin-bottom: .3em;
    font-size: 24px;
  }

  .text-block-3 {
    color: rgba(255, 255, 255, .55);
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


