.blog-sec{
    padding: 4rem 0;
}

.blog-card h3 {
    font-size: 20px;

}
.blog-card p {
    font-size: 15px;
}
.blog-card img {
    width: 100%; height: 240px; 
  object-fit: fill;

}

.blog-title {
  color: #000000 !important;
  line-height: 1.3em;
  font-size: 1.5625rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
}

.blog-subheading {
  color: #1e293b;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-main-content p {
  margin-bottom: 1.6em;
  color: #350707;
  font-size: 16px;
}
.blog-main-content li::marker {
  display: none;
}
.blog-main-content li {
  margin-bottom: 0.2em;
  color: #350707;
  font-size: 16px;
}
.blog-main-content table{
    margin-bottom: 1rem;
}
.blog-main-content table,
td,
th {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  color:#350707;
}
.blog-main-content 
td,
th {
  border: 1px solid #d1d5db !important;

padding:11px 15px;
}
.blog-main-content a {
  color: #c01616;
  font-weight: 600;
  text-decoration: underline;
}
