.reactheme-blog-details {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    font-family: "Segoe UI", sans-serif;
}

blockquote p {
    color: #1C2539;
    font-size: 18px !important;
    line-height: 1.8em !important;
    font-weight: 500 !important;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 15px;
}

h1 {
    font-size: 2.5em; /* Example size */
    font-weight: bold;
  }
  
  h2 {
    font-size: 2em !important; /* Example size */
  }
  
  p {
    font-size: 1.1em; /* Base paragraph size */
    line-height: 1.8;
  }