.latest-post {
  display: flex;
  background: rgba(8, 41, 69, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -5px 5px 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 781px) {
  .latest-post {
    flex-direction: column;
  }
}
.latest-post .cover-wrap {
  width: 50%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
}
@media (max-width: 781px) {
  .latest-post .cover-wrap {
    width: 100%;
    height: 30rem;
  }
}
.latest-post .title-wrap {
  padding: 4rem 6rem;
  position: relative;
  width: 50%;
}
@media (max-width: 781px) {
  .latest-post .title-wrap {
    width: 100%;
  }
}
.latest-post .title-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='614' height='450' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M442.624-318.143H1.002v441.622C148.247-23.709 295.435-170.954 442.624-318.143ZM613.942-208.576 5.649 399.717c-1.512 1.512-3.08 2.8-4.647 4.199v240.015H51.95l67.855-67.856A4030961.796 4030961.796 0 0 0 613.886 81.938v-290.514h.056ZM332.891 643.874h249.308c17.579 0 31.8-14.221 31.8-31.8V362.766L332.891 643.874Z' fill='%23197ED3'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  z-index: -1;
}
.latest-post .title-wrap .heading {
  position: relative;
  margin: 2ch 0;
}
.latest-post .title-wrap p {
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}
.latest-post .title-wrap a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 0 0 6rem;
  position: relative;
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
.latest-post .title-wrap a::before {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23197ED3' fill-opacity='.2'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='%23054A8C'/></svg>");
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.latest-post .title-wrap a:hover {
  color: #054A8C;
}
.latest-post .title-wrap a:hover::before {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,	<svg width='44' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'><rect y='.507' width='44' height='44' rx='5' fill='%23044a8c'/><path d='M32.414 23.462a1.353 1.353 0 0 0 0-1.913l-6.756-6.756a1.353 1.353 0 0 0-1.913 1.913l4.45 4.45H12.543a1.35 1.35 0 0 0-1.352 1.352 1.35 1.35 0 0 0 1.352 1.351h15.652l-4.45 4.45a1.353 1.353 0 0 0 1.913 1.913l6.756-6.756v-.004Z' fill='white'/></svg>");
}/*# sourceMappingURL=block-latest-post.css.map */