.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.image {
  width: 250px;
}

.text-block {
  color: #000;
  letter-spacing: 1px;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .image {
    width: 200px;
  }
}


