body {
  min-height: 100vh;
  font-family: 'Space Grotesk', sans-serif;
  background: url(https://creatifera.com/files/bg.jpg) center center/cover;
}

.top {
  padding: 60px 20px;
  color: #fff;
  background: url(https://creatifera.com/files/bg-top.jpg) center center/cover;
}

.top-title {
  display: block;
  margin-bottom: 0.25em;
}

.top-title svg {
  width: 400px;
  height: 49px;
  display: block;
  margin-bottom: 20px;


  /* 740 91 260 x */
}

@media (max-width: 576px) {
  .top-title svg {
    width: 260px;
    height: 32px;
  }
}

.top-desc {
  line-height: 1.3;
  font-size: 26px;
}
@media (min-width: 769px) {
  .top-desc {
    font-size: 34px;
    width: 80%;
  }
}
@media (min-width: 993px) {
  .top-desc {
    width: 60%;
  }
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.bot {
  padding: 20px;
  color: #fff;
  background: #363636;
}

.bot-title {
  display: block;
  line-height: 1.3;
  font-size: 26px;
  margin-bottom: 0.25em;
}

.bot-title svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
}

@media (min-width: 769px) {
  .bot-title {
    font-size: 34px;
  }

  .bot-title svg {
    width: 22px;
    height: 22px;
  }
}

.button {
  font-size: 14px;
  letter-spacing: 3q;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid;
  border-radius: 60px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 1em;
}

.mid {
  padding: 60px 20px;
  color: #fff;
}
.mid img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
}

.mid-title {
  font-size: 28px;
}

.logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}

.logos li {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 577px) {
  .logos li {
    max-width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
  }

  @media (min-width: 769px) {
    .logos li {
      max-width: calc(100% / 4);
      flex-basis: calc(100% / 4);
    }
    }

    img {
      max-width: 100%;
      height: auto;
    }