.qx-greenbean__wrapper {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px 10px  0 0;
  border: 2px solid #008848;
  overflow: hidden;
  font-weight: bold;
  margin-top: 65px;
  margin-bottom: 65px;
}

.qx-greenbean__top {
  padding: 15px;
  background: #008848;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.qx-greenbean__top strong {
  font-size: 140%;
}

.qx-greenbean__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px 20px 30px;
}

.qx-greenbean__bottom img {
  width: 190px;
}

.qx-greenbean__bottom p {
  font-size: 22px;
  text-align: center;
}

.qx-greenbean__bottom span {
  font-size: 16px;
}

@media (max-width: 768px) {
  .qx-greenbean__wrapper {
    border-radius: 5px 5px  0 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .qx-greenbean__top {
    font-size: clamp(16px, 4.7vw, 20px);
    padding: 12px 10px;
  }
  .qx-greenbean__bottom {
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px 25px;
  }
  .qx-greenbean__bottom p {
    font-size: 16px;
    text-align: center;
  }
  .qx-greenbean__bottom span {
    font-size: 12px;
  }
}

.qx-justify--center {
  justify-content: center;
}

.o-list-fiftyperitem .m-listitem {
  width: 100%;
}
