@media (max-width: 700px) and (orientation: portrait) {
  .fc-client-trust#fcClientTrust {
    background-size: cover !important;
    background-position: 58% center !important;
    background-repeat: no-repeat !important;
  }

  .fc-client-trust {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(112px, 22vw, 132px) clamp(22px, 6vw, 28px)
      clamp(78px, 18vw, 112px);
    height: auto !important;
    min-height: calc(100svh - 8px) !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .fc-client-trust-left {
    width: 100%;
    min-width: 0;
    min-height: 0 !important;
    justify-content: flex-start !important;
  }

  .fc-client-trust-kicker,
  .fc-client-trust h2,
  .fc-client-trust-lead,
  .fc-client-trust-copy {
    width: 100%;
    max-width: 100%;
  }

  .fc-client-trust-lead {
    margin-bottom: clamp(36px, 9vw, 48px);
  }

  .fc-client-trust-copy {
    min-height: 0;
  }

  .fc-client-trust-nav {
    width: 100%;
    margin-top: clamp(22px, 6vw, 30px) !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 8px !important;
  }

  .fc-client-trust-nav button {
    width: 100% !important;
    min-width: 0;
    min-height: 36px;
    white-space: normal !important;
    text-align: left !important;
  }

  .fc-client-trust-right {
    width: 100%;
    min-width: 0;
    margin-top: clamp(18px, 5vw, 26px);
    transform: none !important;
  }

  #fcProofStage {
    width: 100%;
    height: clamp(340px, 92vw, 410px);
  }

  #fcProofStage.has-clean-logo {
    height: clamp(260px, 68vw, 290px);
  }

  #fcProofStage.has-upwork-proof-card {
    height: clamp(413px, calc(603px - 47.5vw), 432px);
  }

  #fcProofStage.has-upwork-proof-card .fc-upwork-proof-layer {
    top: 45%;
  }

  .fc-upwork-proof-layer {
    width: min(100%, 330px);
    max-width: calc(100% - 8px);
  }

  .fc-upwork-proof-card {
    padding: 22px;
  }

  #fcProofMeta {
    width: min(100%, 320px);
    bottom: 26px;
  }
}

@media
  (min-width: 700px)
  and (max-width: 700px)
  and (min-height: 880px)
  and (max-height: 920px)
  and (orientation: portrait) {
  .fc-client-trust-kicker,
  .fc-client-trust h2,
  .fc-client-trust-lead,
  .fc-client-trust-copy,
  .fc-client-trust-nav {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
