body {
  background-image: url("../images/merchant/bg.png");
  background-size: 1440px 1087px;
  background-repeat: repeat;
}

.merchant-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 8.25rem;
  padding-right: 8.25rem;
  box-sizing: border-box;
}

.container-title {
  font-size: 3.125rem;
  line-height: 4.5rem;
  text-align: center;
  font-weight: 600;
}

.container-sub-title {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  font-weight: 600;
}

.comparison-container {
  width: 100%;
  padding-top: 5rem;
}

.comparison-container-images {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.comparison-container-images img {
  width: calc(100% / 2 - 1.5rem);
  height: auto;
}

.shop-container {
  width: 100%;
  padding: 5rem 0 5.4375rem;
}

.shop-step {
  margin-top: 4rem;
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.shop-step-item {
  width: calc(100% / 4 - 1.5rem);
  --bs-aspect-ratio: calc(222 / 276 * 100%);
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 2.0625rem;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
}

.shop-step-item .login-icon {
  width: 54px;
  height: 30px;
  background: linear-gradient(270deg, #3c94f9 0%, #07f 100%);
  border-radius: 0 8px 0 8px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 30px;
}

.shop-step-item-step {
  font-size: 16px;
  line-height: 23px;
}

.shop-step-item-step-name {
  font-size: 16px;
  margin-top: 16px;
  line-height: 23px;
}

.shop-step-item-step-desc {
  font-size: 14px;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
  flex-grow: 1;
}

.shop-step-item-btn {
  font-size: 16px;
  color: #0077ff;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .container-title {
    font-size: 18px;
    color: #000;
    line-height: 23px;
  }

  .container-sub-title {
    font-size: 14px;
    line-height: 23px;
    margin-top: 8px;
    font-weight: normal;
  }

  .merchant-bg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .shop-step-item {
    width: calc(100% / 2 - 1.5rem);
  }

  .shop-step-item-step {
    font-size: 14px;
  }

  .shop-step-item-step-name {
    font-size: 14px;
    margin-top: 6px;
  }

  .shop-step-item-step-desc {
    font-size: 12px;
    margin-top: 6px;
  }

  .shop-step-item-btn {
    font-size: 14px;
    margin-top: 10px;
  }

  .container-title {
    font-size: 18px !important;
    margin-bottom: 10px;
    line-height: 26px !important;
  }
}
