   * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
   }





   .section {
     max-width: 900px;
     margin: 60px auto;
     padding: 0 20px;
   }

   .blog-card {
     overflow: hidden;
     transition: transform 0.3s ease;
   }

   .blog-card img {
     width: 100%;
     height: auto;
     display: block;
   }

   .content {
     padding: 30px;
   }



   .content h2 {
     margin-bottom: 10px;
     margin-top: 20px;
     color: #12517a;
   }

   .content h3 {
     font-size: 1.1rem;
     margin-top: 20px;
     margin-bottom: 10px;
     color: #000000;
   }

   .key-phrase-box {
     background-color: #fff9db;
     border-left: 5px solid #f5b70b;
     padding: 12px 16px;
     margin: 30px 0;
     font-size: 1rem;
     color: #4b5563;
     border-radius: 4px;
   }

   .handwriting-tips {
     list-style: none;
     padding: 0;
     margin: 24px 0 40px;
     font-size: 1rem;
     color: #2d3748;
   }

   .handwriting-tips li {
     display: flex;
     align-items: center;
     margin-bottom: 16px;
     line-height: 1.6;
   }

   .handwriting-tips i {
     font-size: 1rem;
     color: #304d8b;
     margin-right: 12px;
     background: #ebf4ff;
     padding: 8px;
     border-radius: 50%;
     width: 32px;
     height: 32px;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .blog-conclusion {

     text-align: center;
     border-top: 2px solid #1a365c;
     border-bottom: 2px solid #1a365c;

   }

   .blog-conclusion h2 {
     font-size: 1.8rem;
     color: #1e293b;
     margin-bottom: 20px;
     font-weight: 600;
     letter-spacing: -0.5px;
   }

   .blog-conclusion p {
     font-size: 1.05rem;
     color: #475569;
     line-height: 1.8;
     margin: 0 auto;

   }

   .bonus-modern {
     display: flex;
     align-items: center;
     gap: 16px;
     background-color: #fff8f0;
     border: 1px solid #ffd8a8;
     padding: 20px;
     max-width: 800px;
     margin: 30px auto;
     border-radius: 12px;
     flex-wrap: wrap;
   }

   .bonus-icon {
     font-size: 2rem;
     color: #ff8c00;
   }

   .bonus-text h3 {
     font-size: 1.4rem;
     font-weight: 500;
     margin: 0;
     color: #333;
   }

   .bonus-text span {
     font-weight: 300;
     color: #666;
   }

      .centered-image {
    display: block;
    margin: 30px auto; 
    max-width: 80%; 
    height: auto;   
  
  }

   .blog-title {
     font-family: 'Inter', sans-serif;
     font-size: 2.75rem;
     font-weight: 700;
     color: #12517a;
     text-align: center !important;
 

   }

   .blog-title span {
     display: block;
     font-weight: 400;
     color: #b96f3e;
     font-size: 1.75rem;
   
   }

   .desktop-break {
     display: none;
   }


.blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: auto;
 
}

.post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
   /* border: 1px solid gray; */
}

.post-card:hover {
  transform: translateY(-5px);
}

.post-img {
  width: 100%;

  object-fit: cover;
}

.post-info {
  padding: 20px;
}

.post-date {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 8px;
}

.post-title {
  font-size: 1.6em;
  color: #222;
  margin-bottom: 12px;
}

.post-snippet {
  font-size: 1em;
  color: #555;
  margin-bottom: 16px;
}

.post-link {
  text-decoration: none;
  color: #0077cc;
  font-weight: bold;
  transition: color 0.3s;
}

.post-link:hover {
  color: #0055aa;
}



@media (max-width:1024px) {
  .blog-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}


@media (max-width: 768px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}


   @media (min-width: 768px) {
     .desktop-break {
       display: inline;
     }

     .blog-heading {
       font-size: 3.5rem;
     }

   }


   @media (max-width: 768px) {

     .section {
       margin: 0;
     

     }
  
     .content{
    
      width: 100%;
      padding: 10px;
      padding-bottom: 20px;
      padding-top: 30px;
     }
   }


@media (max-width: 480px) {
  .blog-title {
    font-size: 1.75rem;

   
  }

  .blog-title span {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}


@media (max-width : 600px){
  
   .bonus-modern {
     display: flex;
     align-items: center;
     gap: 16px;
     background-color: #fff8f0;
     border: 1px solid #ffd8a8;
     padding: 15px;
     max-width: 800px;
     margin: 25px auto;
     border-radius: 12px;
     flex-wrap: wrap;
   }

   .bonus-icon {
     font-size: 1.5rem;
     color: #ff8c00;
   }

   .bonus-text h3 {
     font-size: 1.4rem;
     font-weight: 500;
     margin: 0;
     color: #333;
   }
}

@media (max-width : 540px){
  
   .bonus-modern {
     display: flex;
     align-items: center;
     gap: 12px;
     background-color: #fff8f0;
     border: 1px solid #ffd8a8;
     padding: 10px;
     max-width: 800px;
     margin: 25px auto;
     border-radius: 12px;
  
   }

   .bonus-icon {
     font-size: 1.5rem;
     color: #ff8c00;
   }

   .bonus-text h3 {
     font-size: 1.2rem;
     font-weight: 500;
     margin: 0;
     color: #333;
   }
}