.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.top-hero {
  background-image: url('../images/mk-bg.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.container-full {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: static;
}

.container.container-full.absolute {
  position: absolute;
  inset: 0%;
}

.main-4-image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 50vh 50vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  height: 100dvh;
  display: grid;
  position: relative;
  inset: 0%;
}

.bg-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-right: 0;
  overflow: hidden;
}

.bg-image-wrapper.image-1 {
  background-image: url('../images/gd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-image-wrapper.image-2 {
  background-image: url('../images/oct.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70%;
  padding-right: 0;
}

.bg-image-wrapper.image-3 {
  background-image: url('../images/ne.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90%;
}

.bg-image-wrapper.image-4 {
  background-image: url('../images/nu.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90%;
}

.image {
  max-width: 100%;
}

.image-2 {
  max-width: 100%;
  padding-right: 32px;
}

.image-3 {
  max-width: 100%;
}

.image-4 {
  object-fit: fill;
}

.div-block {
  background-image: url('../images/gd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mian-copy-wrapper {
  background-image: url('../images/mk-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 500px;
  position: absolute;
  inset: auto auto 0%;
}

.center-block-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 600px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .main-4-image-wrapper {
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
  }

  .bg-image-wrapper.image-1 {
    background-position: 0 0;
    width: 100%;
    height: 80%;
  }

  .bg-image-wrapper.image-2 {
    background-position: 100% 0;
    width: 100%;
  }

  .center-block-wrapper {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .center-block-wrapper {
    width: 120px;
    height: auto;
  }
}


