/* Compact Header Toggle - SCSS Version */
.recentPostsBlogsSection .recentPosts {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: #f1f1f1;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .recentPostsBlogsSection .recentPosts {
    padding: 14px;
  }
}
.recentPostsBlogsSection .recentPosts .contentHead {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 3px;
}
@media (max-width: 767px) {
  .recentPostsBlogsSection .recentPosts .contentHead h2 {
    font-size: 18px !important;
  }
}
.recentPostsBlogsSection .recentPosts .contentHead .customBtn {
  background-color: #155a9f;
  border-color: #155a9f;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: white !important;
  box-shadow: none;
}
.recentPostsBlogsSection .recentPosts .contentHead .customBtn a {
  color: white !important;
}
@media (max-width: 767px) {
  .recentPostsBlogsSection .recentPosts .contentHead .customBtn {
    padding: 14px 16px;
    font-size: 12px;
  }
}
.recentPostsBlogsSection .recentPosts .internalText {
  color: #000000;
  position: relative;
  font-family: "RedHatDisplay-Semibold";
}
.recentPostsBlogsSection .recentPosts .recentCard {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: 0.3s ease;
  padding: 16px;
  height: 100%;
}
.recentPostsBlogsSection .recentPosts .recentCard:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 540px) {
  .recentPostsBlogsSection .recentPosts .recentCard {
    padding: 8px;
  }
}
.recentPostsBlogsSection .recentPosts .recentCard .recentInternal .recentTitle {
  font-size: 20px;
  font-family: "RedHatDisplay-Bold";
  line-height: 24px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .recentPostsBlogsSection .recentPosts .recentCard .recentInternal .recentTitle {
    font-size: 16px !important;
    line-height: 19px;
  }
}
.recentPostsBlogsSection .recentPosts .recentCard .recentInternal .recentTitle:hover {
  color: #0e3e72;
}
.recentPostsBlogsSection .recentPosts .recentCard .recentInternal .recentDate {
  font-size: 12px;
  color: #777;
  font-family: "RedHatDisplay-Semibold";
  padding-bottom: 10px;
}

/*# sourceMappingURL=recent-blogs.css.map */
