.frhd__post-grid-1.frhd__post-block-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}
.frhd__post-grid-1 .frhd__post-block-article {
  background: #f5f5f5;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  overflow: hidden;
}
.frhd__post-grid-1 .frhd__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.frhd__post-grid-1 .frhd__article-head,
.frhd__post-grid-1 .frhd__featured-image {
  background: #cccccc;
}
.frhd__post-grid-1 span.frhd__featured-image-missing {
  display: block;
  min-height: 220px;
  max-height: 220px;
}
.frhd__post-grid-1 .frhd__featured-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.frhd__post-grid-1 span.frhd__featured-image-missing:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 21C14.6917 19.8005 14.1618 18.6686 13.4412 17.6532M3 13.0351C3.31177 13.0127 3.62454 13.0019 3.93756 13.0027C6.57381 12.9466 9.14549 13.7729 11.1937 15.3342C12.0694 16.0016 12.825 16.7848 13.4412 17.6532M16.2449 16.2449C15.2871 16.5074 14.3464 16.9792 13.4412 17.6532' stroke='%23141B34' stroke-width='1.5' stroke-linejoin='round'/%3E%3Ccircle cx='16.5' cy='7.5' r='1.5' stroke='%23141B34' stroke-width='1.5'/%3E%3Cpath d='M2 2L22 22' stroke='%23141B34' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M21 3H21.75C21.75 2.58579 21.4142 2.25 21 2.25V3ZM3 21H2.25C2.25 21.4142 2.58579 21.75 3 21.75V21ZM2.25 3V21H3.75V3H2.25ZM21 20.25H3V21.75H21V20.25ZM6.18198 3.75H21V2.25H6.18198V3.75ZM20.25 3V17.818H21.75V3H20.25Z' fill='%23141B34'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
  opacity: 0.5;
}
.frhd__post-grid-1 .frhd__post-block-article svg {
  width: 15px;
  height: 15px;
  fill: #ff798e;
}
.frhd__post-grid-1 .frhd__post-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #424242;
  line-height: 16px;
  margin-bottom: 10px;
}
.frhd__post-grid-1 .frhd__post-meta a {
  color: #424242;
}
.frhd__post-grid-1 .frhd__article-head {
  position: relative;
}
.frhd__post-grid-1 .frhd__cat-wrap {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2px;
  column-gap: 3px;
}
.frhd__post-grid-1 .frhd__cat-name a {
  font-size: 14px;
  color: #000000;
  background-color: #ffc107;
}
.frhd__post-grid-1 span.frhd__cat-name a {
  display: inline-block;
  background: #ffc107;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 9px;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  text-transform: capitalize;
}
.frhd__post-grid-1 span.frhd__cat-name a:hover {
  border-color: transparent;
}
.frhd__post-grid-1 .frhd__article-body {
  padding: 0 20px 20px;
}
.frhd__post-grid-1 .frhd__post-meta-single {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #424242;
}
.frhd__post-grid-1 .frhd__post-title {
  margin-bottom: 10px;
}
.frhd__post-grid-1 .frhd__post-title h2 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.frhd__post-grid-1 .frhd__post-title h2 a {
  color: #371f0e;
}
.frhd__post-grid-1 .frhd__post-excerpt p {
  margin: 0 0 20px !important;
  font-size: 19px;
  color: #4b4f58;
  line-height: 24px;
}
.frhd__post-grid-1 .frhd__post-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: relative;
}
.frhd__post-grid-1 .frhd__post-btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #5a64d0;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.frhd__post-grid-1 .frhd__post-btn:hover a {
  color: #ffffff;
  background-color: #ff798e;
}
.frhd__post-grid-1 .frhd__reading-time {
  color: #ef5350;
  display: flex;
  align-items: center;
  gap: 5px;
}
.frhd__post-grid-1 .frhd-post-btn-opacity a:hover {
  opacity: 0.5;
}
.frhd__post-grid-1 .frhd-post-btn-rotate a:hover {
  transform: rotate(3deg) scale(1.009);
}
.frhd__post-grid-1 .frhd-post-btn-transform:hover a {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(-2px);
}