.brand-section {
  position: relative;
  margin-top: 120px;
  background-color: #111111;
  padding: 120px 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: unset;
}

.brand-name {
  width: 100%;
  text-align: center;
  font-size: 8rem;
  font-weight: 900;
  padding: 18px;
  color: transparent;
  -webkit-text-stroke: 2px rgba(211, 211, 211, 0.438);
}

.brand-slogan span {
  color: gray;
}

.brand-slogan {
  text-align: center;
}

.brand-slogan p {
  color: white;
  font-size: 3rem;
  font-weight: bold;
}

.welle-white {
  height: 160px;
  position: absolute;
  top: 120px;
  right: 240px;
}

.cricle {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
}

@media (max-width: 1760px) {
  .welle-white {
    right: 160px;
  }
}

@media (max-width: 1560px) {
  .welle-white {
    right: 140px;
    height: 140px;
  }

  .brand-section {
    padding: 120px 72px;
  }
}

@media (max-width: 1412px) {
  .welle-white {
    right: 72px;
    height: 126px;
  }

  .cricle {
    height: 146px;
  }
}

@media (max-width: 1220px) {
  .welle-white {
    height: 92px;
  }

  .brand-name {
    font-size: 6rem;
  }

  .cricle {
    height: 124px;
  }
}

@media (max-width: 1060px) {
  .brand-section {
    padding: 92px 18px;
  }

  .welle-white {
    right: 24px;
    top: 36px;
  }
}

@media (max-width: 806px) {
  .brand-name {
    letter-spacing: 0;
    margin-top: 24px;
  }
}

@media (max-width: 806px) {
  .brand-name {
    font-size: 5rem;
  }

  .welle-white {
    top: 24px;
    height: 72px;
  }

  .cricle {
    height: 102px;
  }

  .brand-slogan p {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .brand-name {
    font-size: 4rem;
  }

  .cricle {
    height: 72px;
  }
}

@media (max-width: 520px) {
  .brand-section {
    margin-top: 72px;
  }

    .brand-name {
    font-size: 3rem;
  }
}

@media (max-width: 465px) {

  .cricle {
    height: 72px;
  }

  .brand-slogan {
    margin-top: 44px;
  }
}

@media (max-width: 399px) {
  .brand-name {
    font-size: 2.0rem;
    letter-spacing: 2px;
  }

  .cricle {
    height: 54px;
    top: 64%;
  }

  .brand-slogan {
    margin-top: 44px;
  }
}

@media (max-width: 340px) {
  .brand-name {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
