.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  height: 5vw;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.heading-img {
  height: 5vw;
  margin-left: 20px;
}

.heading-img._2 {
  height: 1.5vw;
  margin-left: 0;
  padding-top: 0;
  padding-left: 10px;
}

.heading-txt {
  height: 3vw;
  color: #000;
  text-transform: uppercase;
  object-fit: fill;
  margin-left: 10px;
  padding-top: 0;
  font-size: 4vw;
  font-weight: 700;
  line-height: 3vw;
  position: static;
  overflow: visible;
}

.container {
  max-width: 1470px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  margin-top: 20vw;
  display: flex;
  position: static;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.image {
  width: 4vw;
}

@media screen and (min-width: 1280px) {
  .heading-img {
    height: 5vw;
    flex: 0 auto;
  }

  .heading-txt {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1440px) {
  .div-block {
    height: 4vw;
  }

  .heading-img {
    height: 55px;
  }

  .heading-txt {
    height: 4vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .container {
    margin-top: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block {
    height: 4vw;
    align-items: center;
  }

  .heading-img {
    height: 80px;
  }

  .heading-img._2 {
    height: 1.5vw;
  }

  .heading-txt {
    height: 4vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .container {
    max-width: 1800px;
  }

  .image {
    width: 4vw;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 7vw;
  }
}
