header .navbar-nav .iq-responsive-menu,
header .dropdown-search,
header #search-drop {
  display: none !important;
}

header .navbar-brand .logo-normal img {
  height: auto !important;
  max-height: 112px !important;
  max-width: 190px !important;
  width: auto !important;
}

header .navbar-brand {
  align-items: center;
  display: inline-flex;
}

@media (max-width: 1199.98px) {
  header .navbar-brand .logo-normal img {
    max-height: 98px !important;
    max-width: 170px !important;
  }
}

@media (max-width: 575.98px) {
  header .navbar-brand .logo-normal img {
    max-height: 104px !important;
    max-width: 180px !important;
  }
}

.pishon-about-card-content {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.pishon-about-card-content span {
  background: rgba(0, 35, 102, 0.07);
  color: #002b73;
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 12px;
}

.iq-fancy-box:hover .pishon-about-card-content span {
  background: #002b73;
  color: #ffffff;
}

.pishon-mission-section {
  background: #f4f8fd;
  padding: 86px 0 30px;
  position: relative;
}

.pishon-mission-section::before {
  background: linear-gradient(90deg, rgba(0, 43, 115, 0.12), rgba(27, 150, 137, 0.12));
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pishon-mission-heading {
  margin: 0 auto 36px;
  max-width: 790px;
  text-align: center;
}

.pishon-mission-heading span,
.pishon-values-title span {
  color: #1b9689;
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pishon-mission-heading h2 {
  color: #062a70;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.pishon-mission-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pishon-mission-statement {
  background: #ffffff;
  border: 1px solid rgba(0, 43, 115, 0.08);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(6, 42, 112, 0.1);
  min-height: 100%;
  overflow: hidden;
  padding: 38px 36px 42px;
  position: relative;
}

.pishon-mission-statement::before {
  background: rgba(27, 150, 137, 0.1);
  border-radius: 50%;
  content: "";
  height: 180px;
  position: absolute;
  right: -74px;
  top: -86px;
  width: 180px;
}

.pishon-mission-statement::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.pishon-mission-card::after {
  background: #1b9689;
}

.pishon-vision-card::after {
  background: #f5b84b;
}

.pishon-vision-card::before {
  background: rgba(245, 184, 75, 0.16);
}

.pishon-mission-icon {
  align-items: center;
  background: #e8f6f4;
  border: 1px solid rgba(27, 150, 137, 0.2);
  color: #1b9689;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  width: 64px;
  z-index: 1;
}

.pishon-mission-card .pishon-mission-icon {
  background: #e8f6f4;
  border-color: rgba(27, 150, 137, 0.22);
  color: #1b9689;
}

.pishon-vision-card .pishon-mission-icon {
  background: #fff5df;
  border-color: rgba(245, 184, 75, 0.34);
  color: #b87a00;
}

.pishon-mission-icon svg {
  fill: none;
  height: 31px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 31px;
}

.pishon-card-kicker {
  color: #1b9689;
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.pishon-vision-card .pishon-card-kicker {
  color: #b87a00;
}

.pishon-mission-statement h3,
.pishon-values-title h3 {
  color: #062a70;
  font-size: 1.72rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
}

.pishon-mission-statement p,
.pishon-value-item p {
  color: #516070;
  font-size: 1rem;
  line-height: 1.72;
  margin: 0;
  position: relative;
  z-index: 1;
}

.pishon-values-panel {
  background: #062a70;
  border-radius: 8px;
  margin-top: 28px;
  padding: 34px;
}

.pishon-values-title {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pishon-values-title h3 {
  color: #ffffff;
  margin: 0;
}

.pishon-values-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pishon-value-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
}

.pishon-value-item span {
  align-items: center;
  background: #ffffff;
  color: #062a70;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 34px;
}

.pishon-value-item h4 {
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.pishon-value-item p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.58;
}

footer {
  clear: both;
  position: relative;
  z-index: 1;
}

footer .footer-top .row {
  row-gap: 32px;
}

footer .footer-top .navbar-brand img {
  max-width: 142px;
  height: auto;
}

footer .footer-top p,
footer .footer-top li,
footer .footer-top span,
footer .footer-top a {
  overflow-wrap: anywhere;
}

footer .footer-top a.d-flex,
footer .footer-top li.d-flex {
  align-items: flex-start;
}

footer .footer-top .text-primary {
  flex: 0 0 auto;
}

footer .footer-bottom p {
  overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
  footer .footer-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer .footer-top .container,
  footer .footer-bottom .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  footer .footer-top .mt-5 {
    margin-top: 2rem !important;
  }
}

.pishon-about-care {
  background: #f6f9ff !important;
  overflow: hidden;
}

.pishon-about-care::before {
  content: none !important;
}

.pishon-about-care .container {
  position: relative;
  z-index: 1;
}

.pishon-about-navy-panel {
  align-items: center !important;
  display: grid !important;
  gap: 44px !important;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr) !important;
  margin: 0 !important;
}

.pishon-about-navy-panel .pishon-about-photo {
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22) !important;
  min-height: 460px !important;
}

.pishon-about-navy-panel .pishon-about-photo::after {
  content: none !important;
}

.pishon-about-navy-panel .pishon-about-photo img {
  height: 100% !important;
  min-height: 460px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
}

.pishon-about-navy-panel .pishon-about-copy {
  background: transparent !important;
  border-left: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.pishon-about-navy-panel .iq-subtitle {
  color: #0a6fb3 !important;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0;
}

.pishon-about-navy-panel .iq-title {
  color: #171c26 !important;
  font-size: clamp(2rem, 3vw, 3.1rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 22px !important;
}

.pishon-about-navy-panel .iq-title span {
  color: #171c26 !important;
}

.pishon-about-navy-panel .pishon-about-copy p {
  color: #5f6d84 !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  margin: 0 0 22px !important;
}

.pishon-about-navy-panel .pishon-about-badges {
  gap: 10px !important;
  margin-top: 24px !important;
}

.pishon-about-navy-panel .pishon-about-badges span {
  background: rgba(0, 35, 102, 0.08) !important;
  border: 1px solid rgba(0, 35, 102, 0.12);
  color: #002b73 !important;
}

@media (max-width: 991.98px) {
  .pishon-about-navy-panel {
    gap: 28px !important;
    grid-template-columns: 1fr !important;
  }

  .pishon-about-navy-panel .pishon-about-photo,
  .pishon-about-navy-panel .pishon-about-photo img {
    min-height: 380px !important;
  }
}

@media (max-width: 575.98px) {
  .pishon-about-navy-panel {
    gap: 24px !important;
  }

  .pishon-about-navy-panel .pishon-about-photo,
  .pishon-about-navy-panel .pishon-about-photo img {
    min-height: 310px !important;
  }
}

.pishon-home-about-navy {
  background: #061d3f !important;
}

.pishon-home-about-navy .scrolling-text {
  opacity: 0.08;
}

.pishon-home-about-navy .scrolling-text .iq-title {
  color: #ffffff !important;
}

.pishon-home-about-navy .iq-subtitle {
  color: #7fd1ff !important;
  letter-spacing: 0;
}

.pishon-home-about-navy .iq-title,
.pishon-home-about-navy .iq-title span,
.pishon-home-about-navy h4 {
  color: #ffffff !important;
}

.pishon-home-about-navy .iq-title-desc,
.pishon-home-about-navy p {
  color: rgba(255, 255, 255, 0.82) !important;
}

.pishon-home-about-navy .pishon-care-feature {
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
  min-height: 470px;
  overflow: hidden;
  position: relative;
}

.pishon-home-about-navy .pishon-care-feature img {
  display: block;
  height: 470px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pishon-home-about-navy .pishon-care-feature-text {
  background: linear-gradient(180deg, rgba(6, 29, 63, 0), rgba(6, 29, 63, 0.9));
  bottom: 0;
  left: 0;
  padding: 90px 28px 28px;
  position: absolute;
  right: 0;
}

.pishon-home-about-navy .pishon-care-feature-text small {
  color: #7fd1ff !important;
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.pishon-home-about-navy .pishon-care-feature-text strong {
  color: #ffffff !important;
  display: block;
  font-size: 1.15rem;
  line-height: 1.35;
}

.pishon-home-about-navy .pishon-service-list {
  display: grid;
  gap: 10px;
}

.pishon-home-about-navy .pishon-service-row {
  background: rgba(127, 209, 255, 0.12) !important;
  border: 1px solid rgba(127, 209, 255, 0.24);
  color: #ffffff !important;
}

.pishon-home-about-navy .pishon-service-row h4 {
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .pishon-home-about-navy .pishon-care-feature,
  .pishon-home-about-navy .pishon-care-feature img {
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 575.98px) {
  .pishon-home-about-navy .pishon-care-feature,
  .pishon-home-about-navy .pishon-care-feature img {
    min-height: 320px;
    height: 320px;
  }
}

.pishon-about-old-style {
  background-color: #f7fbff !important;
  background-image: radial-gradient(circle, rgba(184, 135, 31, 0.16) 0 2px, transparent 2.5px);
  background-size: 22px 22px;
  padding: 38px 0 132px;
}

.pishon-about-section-separator {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(6, 42, 112, 0.08);
  height: 34px;
  position: relative;
  z-index: 2;
}

.pishon-about-old-style .container {
  max-width: 1288px;
}

.pishon-about-text-panel {
  background: #062a70;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  padding: 38px 38px 36px;
  position: relative;
}

.pishon-about-old-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 0;
  min-height: 410px;
}

.pishon-about-old-title {
  align-self: stretch;
  color: #ffffff;
  padding: 0;
}

.pishon-about-old-title > span {
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.pishon-about-old-title h2 {
  color: #ffffff;
  font-size: clamp(2.15rem, 3.3vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
  overflow-wrap: anywhere;
}

.pishon-about-old-title h2 .pishon-about-title-line {
  display: block;
  font-size: inherit;
}

.pishon-about-old-style > .container > .pishon-about-old-grid .pishon-about-old-title,
.pishon-about-old-style > .container > .pishon-about-old-grid .pishon-about-old-title > span,
.pishon-about-old-style > .container > .pishon-about-old-grid .pishon-about-old-title h2 {
  color: #062a70;
}

.pishon-about-old-image {
  height: 410px;
  overflow: hidden;
}

.pishon-about-old-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  width: 100%;
}

.pishon-about-old-content {
  color: #ffffff;
  margin-left: 0;
  max-width: 720px;
  padding: 2px 0 0;
}

.pishon-about-old-content > span {
  color: #7fd1ff;
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.pishon-about-old-content h3 {
  color: #ffffff;
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.14;
  margin: 0 0 20px;
}

.pishon-about-old-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 20px;
}

.pishon-about-old-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pishon-about-old-badges span {
  background: rgba(127, 209, 255, 0.14);
  border: 1px solid rgba(127, 209, 255, 0.28);
  color: #ffffff;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 10px 14px;
}

.pishon-about-accent-photo {
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 34% 66% 42% 58% / 58% 36% 64% 42%;
  bottom: -58px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
  height: 148px;
  overflow: hidden;
  position: absolute;
  right: 46px;
  width: 188px;
}

.pishon-about-accent-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  width: 100%;
}

.pishon-drawing-about-section {
  background: #eef3fb;
  overflow: hidden;
  padding: 92px 0 88px;
  position: relative;
}

.pishon-drawing-about-section::before {
  color: rgba(6, 42, 112, 0.035);
  content: "ABOUT US";
  font-size: clamp(4.5rem, 12vw, 11rem);
  font-weight: 800;
  left: 7%;
  letter-spacing: 0;
  line-height: 0.8;
  position: absolute;
  top: 44px;
  white-space: nowrap;
}

.pishon-drawing-about-heading {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.pishon-drawing-about-heading > span {
  color: #5c7194;
  display: inline-block;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  padding-left: 38px;
  position: relative;
  text-transform: uppercase;
}

.pishon-drawing-about-heading > span::before {
  background: #062a70;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.pishon-drawing-about-heading h2 {
  color: #171c26;
  font-size: clamp(2.55rem, 4.4vw, 4.65rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 690px;
}

.pishon-drawing-about-heading p {
  color: #596b8b;
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 22px 0 0;
  max-width: 760px;
}

.pishon-drawing-card-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  position: relative;
  z-index: 1;
}

.pishon-drawing-card {
  background: #ffffff;
  border: 2px solid #062a70;
  box-shadow: 10px 12px 0 rgba(6, 42, 112, 0.1);
  color: #ffffff;
  display: block;
  min-height: 390px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transform: rotate(-1.2deg);
}

.pishon-drawing-card:nth-child(2) {
  transform: rotate(0.8deg) translateY(10px);
}

.pishon-drawing-card:nth-child(3) {
  transform: rotate(-0.7deg) translateY(2px);
}

.pishon-drawing-card::before {
  border: 1px solid rgba(255, 255, 255, 0.9);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.pishon-drawing-card img {
  display: block;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.28s ease;
  width: 100%;
}

.pishon-drawing-card:hover img {
  transform: scale(1.07);
}

.pishon-drawing-card-text {
  background: rgba(6, 42, 112, 0.94);
  bottom: 0;
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
  left: 0;
  min-height: 138px;
  padding: 44px 24px 24px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.pishon-drawing-card:nth-child(2) .pishon-drawing-card-text {
  clip-path: polygon(0 0, 100% 24%, 100% 100%, 0 100%);
}

.pishon-drawing-card:nth-child(3) .pishon-drawing-card-text {
  clip-path: polygon(0 18%, 100% 5%, 100% 100%, 0 100%);
}

.pishon-drawing-card-text span {
  background: #a8d8ea;
  color: #062a70;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  height: 38px;
  left: 22px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  width: 44px;
}

.pishon-drawing-card-text h3 {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 8px;
}

.pishon-drawing-card-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991.98px) {
  .pishon-mission-section {
    padding: 72px 0 24px;
  }

  .pishon-mission-grid,
  .pishon-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pishon-values-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .pishon-about-section-separator {
    height: 26px;
  }

  .pishon-about-old-style {
    padding: 28px 0 80px;
  }

  .pishon-about-text-panel {
    gap: 32px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .pishon-about-accent-photo {
    bottom: -48px;
    height: 124px;
    right: 30px;
    width: 158px;
  }

  .pishon-about-old-grid {
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 340px;
  }

  .pishon-about-old-title {
    padding: 6px 24px 0 28px;
  }

  .pishon-about-old-title h2 {
    font-size: 2.45rem;
  }

  .pishon-about-old-image {
    height: 340px;
  }

  .pishon-about-old-content {
    margin-left: 0;
    padding: 0;
  }

  .pishon-drawing-about-section {
    padding: 72px 0;
  }

  .pishon-drawing-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pishon-mission-section {
    padding: 64px 0 18px;
  }

  .pishon-mission-heading {
    margin-bottom: 26px;
    text-align: left;
  }

  .pishon-mission-grid,
  .pishon-values-grid {
    grid-template-columns: 1fr;
  }

  .pishon-mission-statement,
  .pishon-values-panel {
    padding: 26px 22px;
  }

  .pishon-about-old-grid {
    grid-template-columns: 1fr;
  }

  .pishon-about-old-title {
    padding: 0;
  }

  .pishon-about-old-title > span {
    font-size: 0.88rem !important;
    margin-bottom: 26px;
  }

  .pishon-about-old-title h2 {
    font-size: 2.45rem !important;
    line-height: 1.12;
  }

  .pishon-about-old-title h2 .pishon-about-title-line + .pishon-about-title-line {
    margin-top: 6px;
  }

  .pishon-about-old-image {
    height: 320px;
  }

  .pishon-about-old-content {
    margin-left: 0;
    padding: 0;
  }

  .pishon-about-text-panel {
    padding: 26px 22px 96px;
  }

  .pishon-about-accent-photo {
    bottom: -44px;
    height: 112px;
    left: 22px;
    right: auto;
    width: 142px;
  }

  .pishon-drawing-about-section {
    padding: 58px 0;
  }

  .pishon-drawing-about-section::before {
    font-size: 4.2rem;
    left: 20px;
    top: 28px;
  }

  .pishon-drawing-card-grid {
    gap: 22px;
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .pishon-drawing-card,
  .pishon-drawing-card:nth-child(2),
  .pishon-drawing-card:nth-child(3) {
    min-height: 330px;
    transform: none;
  }

  .pishon-drawing-card img {
    min-height: 330px;
  }

  .pishon-drawing-card-text {
    min-height: 126px;
    padding: 38px 20px 20px;
  }
}

.iq-title-box > h1.iq-title.iq-heading-title,
.iq-title-box > h2.iq-title.iq-heading-title,
.iq-title-box > h3.iq-title.iq-heading-title,
.iq-title-box > h4.iq-title.iq-heading-title,
.pishon-hero-content h1,
.pishon-daily-comfort-copy .iq-title.iq-heading-title,
.pishon-about-old-title h2,
.pishon-mission-heading h2,
.pishon-values-title h3,
.pishon-drawing-about-heading h2,
.pishon-compact-services-heading h2 {
  font-size: clamp(2.15rem, 3.3vw, 3.2rem) !important;
  line-height: 1.16 !important;
  overflow-wrap: anywhere;
}

.pishon-about-old-title h2 .pishon-about-title-line {
  font-size: inherit !important;
}

.iq-title-box > .iq-title.iq-heading-title > span,
.pishon-daily-comfort-copy .iq-title.iq-heading-title > span {
  font-size: inherit !important;
}

.iq-title-box > .iq-subtitle,
.pishon-hero-kicker,
.pishon-daily-comfort-copy > .iq-subtitle,
.pishon-about-old-title > span,
.pishon-mission-heading > span,
.pishon-values-title > span,
.pishon-drawing-about-heading > span,
.pishon-compact-services-heading > span {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 767.98px) {
  .iq-title-box > h1.iq-title.iq-heading-title,
  .iq-title-box > h2.iq-title.iq-heading-title,
  .iq-title-box > h3.iq-title.iq-heading-title,
  .iq-title-box > h4.iq-title.iq-heading-title,
  .pishon-hero-content h1,
  .pishon-daily-comfort-copy .iq-title.iq-heading-title,
  .pishon-about-old-title h2,
  .pishon-mission-heading h2,
  .pishon-values-title h3,
  .pishon-drawing-about-heading h2,
  .pishon-compact-services-heading h2 {
    font-size: 2.45rem !important;
    line-height: 1.12 !important;
  }

  .iq-title-box > .iq-subtitle,
  .pishon-hero-kicker,
  .pishon-daily-comfort-copy > .iq-subtitle,
  .pishon-about-old-title > span,
  .pishon-mission-heading > span,
  .pishon-values-title > span,
  .pishon-drawing-about-heading > span,
  .pishon-compact-services-heading > span {
    font-size: 0.88rem !important;
    line-height: 1.2 !important;
  }
}

p,
.landing-pages p,
.pishon-compact-services-heading p {
  font-family: var(--bs-body-font-family) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}

.pishon-hero-copy .pishon-hero-kicker {
  display: block;
  font-size: clamp(2.8rem, 5vw, 5rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  margin-bottom: 1rem !important;
  max-width: 760px;
  text-transform: none !important;
}

.pishon-hero-copy h1 {
  font-size: clamp(1.25rem, 2vw, 1.75rem) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  max-width: 720px;
}

@media (max-width: 575.98px) {
  .pishon-hero-copy .pishon-hero-kicker {
    font-size: 2.7rem !important;
  }

  .pishon-hero-copy h1 {
    font-size: 1.15rem !important;
  }
}
