:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
.recent-articles-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.recent-articles-container .title {
  font-family: "HostGrotesk_regular";
  font-size: 28px;
  line-height: 123%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #015252;
  height: 44px;
  border-bottom: 2px solid #f25f29;
  width: 272px;
}

.recent-articles-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.blog-card {
  display: flex;
  gap: 3.16%;
  width: 32%;
  text-decoration: none;
}

.image-recent-art {
  width: 48.42%;
  height: 168px;
  background-position: center;
  background-size: cover;
  height: 168px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.article-button {
  position: absolute;
  transform: translateX(120px);
  opacity: 0;
  transition: none;
  will-change: transform, opacity;
  left: 10%;
  bottom: -13%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f25f29;
}

.blog-card:hover .article-button {
  opacity: 1;
}

.content-recent-art {
  width: 48.42%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-recent-art h1 {
  font-family: "HostGrotesk_regular";
  font-size: 20px;
  line-height: 130%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: black;
}

.content-recent-art p {
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #A2A3A8;
}

.empty-state-container {
  display: flex;
  justify-content: center;
}
.empty-state-container .empty-state-content {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: #A2A3A8;
}/*# sourceMappingURL=recent.css.map */