#epharo-related-news{
  width:100%;
  max-width:1120px;
  margin:34px auto 80px;
  padding:0 20px;
  font-family:inherit;
}

.epharo-related-section{
  border:1px solid rgba(23,59,42,.08);
  border-radius:28px;
  padding:26px;
  background:linear-gradient(180deg,#fff 0%,#f7fbf8 100%);
  box-shadow:0 22px 60px rgba(20,55,35,.07);
}

.epharo-related-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}

.epharo-related-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:8px;
  color:#6f9275;
  font-size:11px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.epharo-related-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#8daf8f;
  display:inline-block;
  flex:0 0 auto;
}

.epharo-related-head h2{
  margin:0;
  color:#173b2a;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.1;
  letter-spacing:-.035em;
  font-weight:850;
}

.epharo-related-all{
  color:#1f5f3f;
  font-size:14px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
}

.epharo-related-all:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}

.epharo-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.epharo-related-card{
  display:flex;
  flex-direction:column;
  min-height:190px;
  padding:20px;
  border-radius:22px;
  text-decoration:none;
  background:linear-gradient(135deg,#f5faf6 0%,#fff 58%,#eef7ef 100%);
  border:1px solid rgba(31,95,63,.12);
  box-shadow:0 10px 28px rgba(20,55,35,.055);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.epharo-related-card:hover{
  transform:translateY(-4px);
  border-color:rgba(31,95,63,.35);
  box-shadow:0 20px 46px rgba(20,55,35,.12);
}

.epharo-related-card-top{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  color:#6fa36f;
  font-size:10px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:850;
}

.epharo-related-card h3{
  margin:0 0 10px;
  color:#173b2a;
  font-size:20px;
  line-height:1.18;
  letter-spacing:-.025em;
  font-weight:850;
}

.epharo-related-card p{
  margin:0;
  color:#5f6d63;
  font-size:14px;
  line-height:1.55;
}

.epharo-related-card-foot{
  margin-top:auto;
  padding-top:18px;
  color:#1f5f3f;
  font-size:13px;
  font-weight:850;
}

@media(max-width:980px){
  .epharo-related-grid{
    grid-template-columns:1fr;
  }

  .epharo-related-head{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:600px){
  #epharo-related-news{
    padding:0 16px;
  }

  .epharo-related-section{
    padding:22px;
    border-radius:24px;
  }
}