.post-content .agency-banner {
  background: linear-gradient(
      187deg,
      rgba(24, 99, 220, 0.6) 6.93%,
      rgba(10, 27, 54, 0.6) 60.45%,
      rgba(10, 27, 54, 0.6) 100.52%,
      rgba(24, 99, 220, 0.6) 227.41%
    ),
    #1863dc;
  max-width: 250px;
  min-width: 195px;
  position: sticky;
  top: 200px;
  height: auto;
  overflow: auto;
  max-height: calc(100vh - 220px);
  padding: 16px 12px 0 12px;
}
.post-content .agency-banner h2 {
  color: var(--greyscale-cy-white, #fff);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 92% */
  letter-spacing: -0.25px;
  margin-bottom: 16px;
  margin-top: -10px;
}
.post-content .agency-banner p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-bottom: 28px;
}
.post-content .agency-banner a.button {
  border-radius: 4px;
  background: #1863dc;
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 171.429% */
  border: none;
  display: block;
  margin-bottom: 14px;
  transition: all 0.2s ease;
}
.post-content .agency-banner p.offer-text {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
}
.post-content .agency-banner a.button:hover {
  opacity: 0.9;
  transition: all 0.2s ease;
}
.agency-mob-banner {
  border-radius: 8px;
  border: 1px solid var(--grey-style-line, #d9dbe9);
  background: var(--blue-cy-primary-bg-1, #d1e0f8);
}
.agency-mob-banner h2 {
  color: var(--greyscale-cy-shade-title, #27283c);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.25px;
}
.agency-mob-banner .pri-sm-btn {
  border-radius: 4px;
  border: 1px solid var(--blue-cy-primary, #1863dc);
  background: #1863dc;
  max-width: 245px;
  min-width: 245px;
  display: block;
  color: var(--greyscale-cy-white, #fff);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 7px 10px;
  transition: all 0.2s ease;
}
.agency-mob-banner .pri-sm-btn:hover {
  opacity: 0.9;
  transition: all 0.2s ease;
}
.agency-banner button.agencybanner-close-btn {
  padding: 0;
  border: none;
  background: transparent;
  /* background: #ecf3fc; */
  border-radius: 50%;
  height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  float: right;
  right: 5px;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agency-banner:hover button.agencybanner-close-btn:hover,
.agency-banner button.agencybanner-close-btn:focus {
  outline: none;
  background: #113878;
  transition: all 0.2s ease;
}
