.blogSection {
  padding: 20px 0;
}

/* Heading */
.secTitleblog {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 6px;
}

.secDescblog {
  color: #7f8495;
}

.viewAllBtn {
    text-decoration: none;
  border: 1px solid #c5d0cf;
  padding: 10px 26px;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  color: #52586d;
}

/* BIG BLOG */
.blogBig {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.blogBig img {
  width: 100%;
  /* height: 81vh; */
  display: block;
}

.blogBig::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.55), transparent 60%);
}

.blogBigContent {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 2;
}

.blogBigContent .meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.blogBigContent .meta span {
  margin-right: 16px;
}

.blogBigContent h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

/* SMALL BLOG */
.blogSmall {
  border: 1px solid #dbdfe3;
  border-radius: 6px;
  padding: 22px 24px;
  height: 100%;
}

.blogSmall .meta {
  font-size: 12px;
  color: #7f8495;
  margin-bottom: 10px;
}

.blogSmall .meta span {
  margin-right: 12px;
}

.blogSmall h4 {
  font-size: 15px;
  line-height: 28px;
  color: #52586d;
  margin-bottom: 47px;
}

.readMore {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #52586d;
}

.readMore::before {
  content: "› ";
}
@media (max-width: 1240px) {
 .blogSmall h4 {
    margin-bottom: 20px;
 }
}
@media (max-width: 420px) {
 .blogBigContent {
        bottom: 5px;
        left: 21px;
        right: 30px;
    } 
    .resss {
      margin-bottom: 25px !important;
    }      
    .blogBigContent h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.secDescblog {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
}
.blogBigContent .meta {
    font-size: 13px;
}
.viewAllBtn {
  padding: 6px 24px;
  font-size: 12px;
}
.secTitleblog {
  font-size: 28px !important;
  text-align: center;
}
}

@media (max-width: 768px) {
  .secTitleblog {
  font-size: 25px !important;
}
}
