.demand-container {
  margin-top: 111px;
  margin-bottom: 120px;
  padding-left: 32px;
  padding-right: 32px;
}
.demand-global {
  display: flex;
    background: url('../img/demand/2x.png') center/cover no-repeat;
  border-radius: 30px;
  padding-top: 49px;
  padding-left: 89px;
  padding-bottom: 69px;
  position: relative;
}

.demand-left {
  width: 30%;
}
.demand-right {
  width: 70%;
  position: relative;
}
.demand-left-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.demand-left-content {
  flex-direction: column;
  gap: 16px;
  color: #fff;
}
.demand-left-title {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 48px;
}
.demand-left-text {
  font-family: "Roboto";
  font-weight: 500;
  font-size: var(--text-size-4);
  line-height: 27px;
}
.demand-btn {
  border: none !important;
	width: fit-content;
}

.img-demand {
  position: relative;
  width: 100%;
  height: 280px;
}
.img-demand-2,
.img-demand-1 {
  position: absolute;
  bottom: 0;
  height: auto;
}

.img-demand-2 {
  width: 60%;
  left: 10%;
}

.img-demand-1 {
  width: 50%;
  left: calc(18% + 250px);
}

@media (max-width: 1300px) and (min-width: 1025px) {
  .demand-global {
    padding-top: 49px;
    padding-left: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .demand-global {
    padding-top: 30px;
    padding-left: 60px;
  }
  .img-demand-1 {
    width: 50%;
    left: calc(18% + 180px);
  }
  .img-demand-2,
  .img-demand-1 {
    bottom: 16%;
  }
  .demand-left-title {
    font-size: 40px;
  }
  .demand-left-text {
    font-size: 18px;
  }
  .demand-btn span {
    font-size: 12px;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  .demand-global {
    padding-top: 30px;
    padding-left: 60px;
    flex-direction: column-reverse;
    height: 450px;
  }
  .demand-right-mobile-img {
    position: absolute;
    top: -36vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    display: flex;
    justify-content: center;
    overflow: visible;
  }
  .demand-left,
  .demand-right {
    width: 100%;
  }
  .demand-left-title {
    font-size: 40px;
  }

  .demand-left-text {
    font-size: 18px;
  }
  .demand-left-content {
    margin: 0 auto;
  }
  .demand-btn {
    width: max-content;
    margin: 0 auto;
  }

  .demand-right-mobile-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .demand-container {
    margin: 33px 0 33px 0;
    padding: 0;
  }

  .demand-global {
    padding: 32px 41px;
    flex-direction: column-reverse;
    height: auto;
    align-items: center;
    gap: 33px;
    position: relative;
    overflow: visible;
  }

  .img-demand {
    display: none;
  }

  .demand-right {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
  }

  .demand-right-mobile-img {
    position: absolute;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .demand-right-mobile-img img {
    width: 100%;
    height: auto;
  }
  .demand-right {
    padding-bottom: 20vw;
  }
  .demand-left,
  .demand-right {
    width: 100%;
  }
  .demand-left-title {
    font-size: var(--text-size-4);
  }
  .demand-left-text {
    font-size: var(--text-size-1);
  }
  .demand-left-container {
    gap: 24px;
  }
  .demand-left-content {
    gap: 5px;
    padding: 0;
    text-align: center;
  }
  .demand-btn {
    margin: 0 auto;
  }
  .demand-btn a {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .demand-right-mobile-img {
    position: absolute;
    top: -16vw;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    display: flex;
    justify-content: center;
    overflow: visible;
  }
}
