/* General Styles */

  
.pblog-ptz812c {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 7rem;
}

/* Header Section */
.pblog-header {
  text-align: center;
}

.pblog-header h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: Roboto;
}

.backlinks {
  color: #0e5e9b;
}



.pblog-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
}

/* Content Section */
.pblog-content {
  margin-top: 20px;
}

.pblog-content h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-family: Roboto;
  color: #0e5e9b !important;
        
}

.pblog-content h3 {
  font-size: 1.4rem;
  margin-top: 15px;
    font-family: Roboto;
  
   
}

.pblog-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 10px 0;
    font-family: Roboto;

       
}

/* Responsive Design */
@media (max-width: 768px) {
  .pblog-header h1 {
    font-size: 1.5rem;
  }

  .pblog-content h2 {
    font-size: 1.5rem;
  }

  .pblog-content h3 {
    font-size: 1.2rem;
  }
}
