body {
  color: #fff;
  letter-spacing: 2px;
  font-family: argent-cf, sans-serif;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.5;
}

h1 {
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: argent-cf, sans-serif;
  font-size: 3em;
  font-weight: 100;
  line-height: 44px;
}

.div-block {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100svh;
}

.herowarpper {
  z-index: 10;
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 50em;
}

.logos-h {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  text-align: center;
  font-family: argent-cf, sans-serif;
}

.title {
  text-align: center;
}

.wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  display: flex;
}

.brands {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.msbanquet {
  height: 3em;
}

.sahtain {
  height: 1.5em;
}

.vyanj {
  height: 2em;
}

.sora {
  height: 3em;
}

.primo {
  height: 2em;
}

.button {
  background-color: #3898ec00;
  border-bottom: 1px solid #fff;
  padding: .6em 2em;
}

@media screen and (max-width: 479px) {
  .herowarpper {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    width: 240px;
  }

  .body {
    font-size: 14px;
  }

  .title {
    font-size: 20px;
    line-height: 1.5;
  }

  .heading-2 {
    font-size: 16px;
  }

  .brands {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .msbanquet {
    height: 36px;
  }

  .sahtain {
    height: 18px;
  }

  .vyanj {
    height: 24px;
  }

  .sora {
    height: 36px;
  }

  .primo {
    height: 28px;
  }
}


