.wc-home-gptw {
  margin-top: 88px;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 88px;
}

.wc-home-gptw-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.wc-home-gptw-left {
  box-shadow: 0px 4px 50px 0px #0000000A;
  background-color: #fff;
  padding: 40px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 686px;
  width: 68%;
}

.wc-home-gptw-left__info {
  max-width: 300px;
  width: 100%;
}

.wc-home-gptw-left__info-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.wc-home-gptw-left__info-bold {
  color: #232323;
  font-size: 48px;
  font-weight: 700;
}

.wc-home-gptw-left__info-flex img {
  max-width: 137px;
  width: 100%;
  display: block;
  height: fit-content;
}

.wc-home-gptw-left__info h2 {
  color: #4F4F4F;
  font-size: 24px;
  font-weight: 500;
}

.wc-home-gptw-left__info p {
  color: #4F4F4F;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0;
}

.wc-home-gptw-left--img {
  display: flex;
  align-items: center;
  gap: 24px;
}

.wc-home-gptw-right {
  width: 37%;
}

.wc-home-gptw-right p {
  color: #000;
  font-size: 16px;
  font-weight: 500;

}

.wc-home-gptw-right p strong {
  color: #F30941;
}

.wc-home-gptw-right__button {
  max-width: 147px;
  width: 100%;
}

@media(max-width: 1000px) {
  .wc-home-gptw {
    margin-top: 48px;
    padding-bottom: 0;
    border: 0;
  }

  .wc-home-gptw-grid {
    flex-direction: column;
    gap: 16px;
  }

  .wc-home-gptw-left {
    padding: 24px 32px;
    gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .wc-home-gptw-left__info-flex {
    flex-direction: column;
    gap: 0;
  }

  .wc-home-gptw-left__info-bold {
    font-size: 64px;
  }

  .wc-home-gptw-left__info h2 {
    font-size: 20px;
  }

  .wc-home-gptw-left__info p {
    font-size: 16px;
    font-weight: 300;
  }

  .wc-home-gptw-left--img {
    gap: 0;
  }

  .wc-home-gptw-left--img img:last-child {
    width: 120px;
  }

  .wc-home-gptw-right p {
    text-align: center;
  }

  .wc-home-gptw-right {
    width: 100%;
  }

  .wc-home-gptw-right__button {
    margin-left: auto;
    margin-right: auto;
  }
}