@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Display:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.work {
  width: 100vw;
  height: 100vh;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work * {
  font-family: Montserrat;
}
.work__container {
  width: 100%;
  max-width: 1237px;
  height: 692.85px;
  max-height: 80%;
}
@media (max-width: 768px) {
  .work__container {
    max-width: 300px;
    max-height: 440px;
  }
}
.work__info {
  position: relative;
  z-index: 50;
  text-align: center;
  color: #fff;
}
.work__info h1 {
  font-size: clamp(30px, 5vw, 60px);
  margin-bottom: 18px;
  font-weight: 800;
}
.work__info h2 {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 900;
}
@media (max-width: 768px) {
  .work__info h2 {
    max-width: 196px;
    font-size: 22px;
  }
}
.work__wrapper {
  min-width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
@media (max-width: 768px) {
  .work__wrapper {
    max-width: 300px;
    max-height: 440px;
  }
}
.work__shape {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.work__shape--mob {
  display: none;
}
.work__shape svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .work__shape--mob {
    display: block;
  }
  .work__shape--desk {
    display: none;
  }
}
.work__image {
  position: absolute;
  z-index: 25;
}
.work__image--tl {
  top: 0;
  left: 35px;
}
.work__image--tl img:last-child {
  position: absolute;
  top: 125px;
  left: 150px;
}
.work__image--tr {
  top: 50px;
  right: 200px;
}
.work__image--br {
  bottom: 0;
  right: 0;
}
.work__image--bl {
  bottom: 110px;
  left: -59px;
}
@media (max-width: 1024px) {
  .work__image--tl {
    top: 50px;
    left: 15px;
  }
  .work__image--tl img:first-child {
    width: 56px;
    height: 56px;
  }
  .work__image--tl img:last-child {
    width: 40px;
    height: 48px;
    top: 80px;
    left: 50px;
  }
  .work__image--tr {
    right: 60px;
    top: 100px;
  }
  .work__image--tr img {
    width: 72px;
    height: 59px;
  }
  .work__image--br {
    bottom: 35px;
  }
  .work__image--br img {
    width: 63px;
    height: 93px;
  }
  .work__image--bl {
    left: -5px;
  }
  .work__image--bl img {
    width: 82px;
    height: 82px;
  }
}
@media (max-width: 768px) {
  .work__image--tl {
    top: 0;
    left: 0;
  }
  .work__image--tr {
    right: 15px;
    top: 35px;
  }
  .work__image--br {
    bottom: -40px;
  }
  .work__image--bl {
    left: -15px;
    bottom: 25px;
  }
}