.blog-card {
  position: relative;
  z-index: 10;
  max-width: 40rem;
  padding: 1rem;
  border-radius: 1.2rem;
  border: 1px solid #263c531a;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  margin: 0 auto 4rem;
  background-color: white;
}

.blog-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 2rem 2.5rem -0.5rem rgba(0, 0, 0, 0.1), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.04);
          box-shadow: 0 2rem 2.5rem -0.5rem rgba(0, 0, 0, 0.1), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.04);
}

.blog-img {
  border-radius: 1rem;
  overflow: hidden;
  height: 20rem;
}

.blog-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-width: 100%;
}

.blog-content {
  padding: 1.5rem 1rem;
}

.blog-meta {
  color: #11c59b;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.blog-title {
  color: #263c53;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.blog-text {
  color: #000;
  margin-bottom: 0;
}

.blog-btn {
  text-align: right;
}

@media (max-width: 47.99em) {
  .blog-content-heading {
    font-size: 3.8rem;
  }
}

.blog-content-section p {
  color: #000;
  line-height: 1.8;
  text-align: justify;
  margin-bottom:1.5rem;
}
.blog-content-section li strong{
    
    font-size:3rem;
    margin:5rem 0 2.5rem;
}
.blog-content-section strong{
    font-weight:700;
    font-family: Gilroy;
}
.blog-content-section li{
    font-size:3rem;font-weight:700;margin:3rem 0 1rem;
}

.blog-content-section ol, .blog-content-section ul{
    padding:0 2rem;
}
.blog-content-section h1 {
  font-size: 4.2rem;
  margin-bottom: 4.4rem;
}

.blog-content-section h2 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}

.blog-content-section h3 {
  font-size: 3rem;
  margin:3.5rem 0 2.4rem;
}

.blog-content-section h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.blog-content-section h5 {
  font-size: 1.8rem;
  margin-bottom: 2.6rem;
}

.blog-content-section h6 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.blog-content-section img {
  margin: 3rem 0;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.6rem;
  width:100%;
  height:auto;
}

.more-bg-top {
  top: 2rem;
  right: 0rem;
}

@media (max-width: 35.99em) {
  .more-bg-top {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}

.more-bg-bottom {
  left: 2rem;
  bottom: 5rem;
}
/*# sourceMappingURL=blog.css.map */