.agency-signature {
  background: #ffdf00;
  color: #080808;
  text-align: left;
}

.agency-signature-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.agency-promise strong,
.agency-promise span,
.agency-link-copy b,
.agency-link-copy small {
  display: block;
}

.agency-promise {
  text-align: left;
}

.agency-promise strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.15;
}

.agency-promise span {
  margin-top: 4px;
  font-size: .75rem;
}

.agency-link {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 334px;
  padding: 10px 15px;
  background: #101010;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, .32);
  border-radius: 15px;
}

.agency-link img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.agency-link-copy b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95rem;
  line-height: 1.2;
}

.agency-link-copy small {
  margin-top: 5px;
  color: #dedede;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7rem;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .agency-signature-inner {
    min-height: 148px;
    padding: 20px 28px;
    align-items: center;
    gap: 20px;
  }

  .agency-promise {
    min-width: 0;
    flex: 1 1 auto;
  }

  .agency-promise strong {
    font-size: 1.72rem;
    line-height: 1.02;
  }

  .agency-promise span {
    margin-top: 10px;
    font-size: .95rem;
    line-height: 1.22;
  }

  .agency-link {
    min-width: 0;
    width: 110px;
    height: 100px;
    padding: 10px;
    justify-content: center;
    border-radius: 18px;
    flex: 0 0 auto;
  }

  .agency-link img {
    width: 75px;
    height: 75px;
  }

  .agency-link-copy {
    display: none;
  }
}

@media (max-width: 380px) {
  .agency-signature-inner {
    padding: 18px 20px;
    gap: 14px;
  }

  .agency-promise strong {
    font-size: 1.48rem;
  }

  .agency-promise span {
    font-size: .82rem;
  }

  .agency-link {
    width: 92px;
    height: 90px;
  }

  .agency-link img {
    width: 67px;
    height: 67px;
  }
}
