@media screen and (max-width: 992px) {
  .anchor .anchor-container {
    padding: 8px 16px 8px 16px;
  }

  .anchor .anchor-item {
    font-size: 16px;
    line-height: 24px;

    padding: 8px 16px 8px 16px;
  }

  .buyer-list {
    padding: 40px 0px 0px;
    gap: 24px;
  }

  .buyer-list .buyer-item .top {
    padding: 24px 16px 16px 16px;
  }

  .buyer-list .buyer-item .top .slogan {
    font-size: 24px;
    line-height: 36px;
    min-height: 72px;
  }

  .buyer-list .buyer-item .top .company {
    font-size: 16px;
    line-height: 24px;
    padding-right: 100px;
  }

  .buyer-list .buyer-item .main {
    padding: 16px 16px 24px 16px;
    gap: 16px;
  }

  .buyer-list .buyer-item .main .pic {
    max-width: 96px;
    max-height: 96px;
    border-radius: 48px;
    right: 10px;
    top: -56px;
  }

  .buyer-list .buyer-item .main .represent .name {
    max-width: 100%;
  }

  .buyer-detail {
    gap: 24px;
  }

  .buyer-detail .company-container .top .main .logo {
    width: 96px;
    height: 96px;
    left: 16px;
    top: -72px;
  }

  .buyer-detail .company-container .top .main {
    padding: 40px 16px 16px 16px;
    display: grid;
  }

  .buyer-detail .company-container .detail {
    padding: 16px;
  }

  .buyer-detail .company-container .detail .detail-info {
    gap: 16px;
    padding-top: 16px;
  }

  .buyer-detail .company-container .detail .represent-info {
    width: 100%;
  }

  .buyer-detail .company-container .top .main .company .slogan {
    font-family: Noto Sans TC;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
  }

  .buyer-detail .company-container .top .main .company .company-name {
    font-family: Noto Sans TC;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    display: inline;
  }

  .buyer-detail .company-container .top .main .company .company-info .web {
    display: inline;
  }

  .buyer-detail .company-container .top .main .company .company-info {
    display: grid;
  }

  .buyer-detail .button-container {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(-0%);
  }

  .buyer-detail .button-container .btn {
    max-width: 100%;
    width: 100%;
  }

  .buyer-detail .company-container .detail .represent-info {
    padding: 16px;
    gap: 16px;
  }

  .buyer-detail .company-container .detail .represent-info .pic {
    width: 56px;
    height: 56px;
  }

  .buyer-detail .company-container .detail .represent-info .represent {
    display: flex;
    gap: 8px;
  }

  .buyer-detail .company-container .detail .represent-info .represent>div {
    gap: 0;
  }

  .buyer-detail .company-container .detail .represent-info .name {
    font-family: Noto Sans TC;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    text-align: left;
  }

  .buyer-detail .company-container .detail .represent-info .position {
    font-family: Noto Sans TC;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .buyer-detail .company-container .detail .brief2 {
    padding-bottom: 16px;
  }

  .buttons-container {
    display: grid;
    padding: 0px;
    justify-content: normal;
  }

  .buttons-container .btn {
    max-width: 100%;
  }

  .buyer-request {
    padding: 40px 16px 40px 16px;
    margin: 0 auto;
  }

  .buyer-request .main .company .company-name {
    padding: 16px;
    display: grid;
    gap: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .buyer-request .main .represent {
    padding: 16px;
    gap: 16px;
    position: relative;
    padding-top: 56px;
  }

  .buyer-request .main .represent .title {
    position: absolute;
    top: 16px;
    left: 16px;
  }

  .buyer-request .main .form {
    padding: 16px;
    gap: 16px;
  }

  .buyer-request .main .form .buttons-container {
    width: 100%;
  }

  .buyer-request .main .form .buttons-container .btn {
    width: 100%;
  }

  .buyer-request .main .submitted {
    padding: 40px 16px;
  }

  .buyer-request .main .submitted > .row {
    gap: 24px;
  }

  .buyer-request .main .submitted .title {
    font-size: 32px;
    line-height: 48px;
  }

  .buyer-request .main .submitted .brief {
    text-align: left;
  }
  
  .buyer-slogan {
    width: 100% !important;
    position: relative !important;
  }
}