:root {
  --pt-blue: #2d78c3;
  --pt-violet: #6959be;
  --pt-yellow: #ffd700;
  --pt-text: #191919;
  --pt-body: #2b2b2b;
  --pt-muted: #f5f7fc;
  --pt-border: #0c8ae5;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: var(--pt-text);
}

.bloglisting-page {
  overflow: clip;
}

.bloglisting-page img {
  display: block;
  max-width: 100%;
}

.bloglisting-page .bloglisting-hero {
  padding: 3rem 0;
  background: linear-gradient(84.9deg, #FBF2DF 5.38%, #FFF1F0 87.63%);
}

.bloglisting-page .bloglisting-hero-copy {
  max-width: 38rem;
  color: #ffffff;
}

.bloglisting-page .bloglisting-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #CC8F0C 0%, #E5641F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bloglisting-page .bloglisting-hero-copy h1 span {
  color: var(--pt-yellow);
}

.bloglisting-page .bloglisting-hero-copy p {
  margin: 0;
  color: #262626;
  font-size: 1.25rem;
  line-height: 1.55;
}

.bloglisting-page .bloglisting-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
}

.bloglisting-page .bloglisting-hero-media img {
  width: 100%;
  height: 21.35rem;
  object-fit: cover;
}

.bloglisting-page .section-heading {
  margin: 1rem 0 1rem;
}
.bloglisting-page .section-heading h2{
font-weight: 700;
font-size: 1.8rem;
line-height: normal;

background: linear-gradient(90deg, #1147AE 0%, #0F85C4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-bottom: 0;
}

.bloglisting-page .section-heading p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.55;
  color: #353535;
}