.blog-post-header3-wrapper {
  display: contents;
}
 
.blog-post-header3-content1 {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
 
.blog-post-header3-max-width {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header3-header {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.blog-post-header3-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header3-breadcrumbs1 {
  gap: var(--dl-space-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
}
 
.blog-post-header3-breadcrumbs2 {
  gap: var(--dl-space-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
}
 
.blog-post-header3-text1 {
  font-style: normal;
  text-align: center;
  font-family: "Inter";
  font-weight: 300;
}
 
.blog-post-header3-image {
  width: 1039px;
  height: 1039px;
  align-self: center;
  object-fit: cover;
}
 
.blog-post-header3-content3 {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
 
.blog-post-header3-avatar {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
 
.blog-post-header3-content4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.blog-post-header3-text2 {
  font-style: normal;
  text-align: left;
  font-family: "Inter";
  font-weight: 400;
}
 
.blog-post-header3-time {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: center;
}
 
.blog-post-header3-text3 {
  font-style: normal;
  text-align: left;
  font-family: "Inter";
  font-weight: 300;
}
 
.blog-post-header3-share-buttons {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text2 {
  display: inline-block;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text1 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text3 {
  display: inline-block;
}
 
@media(max-width: 767px) {
  .blog-post-header3-max-width {
    gap: var(--dl-space-space-threeunits);
  }
  .blog-post-header3-content2 {
    align-items: center;
  }
  .blog-post-header3-text1 {
    text-align: center;
  }
}
 
@media(max-width: 479px) {
  .blog-post-header3-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .blog-post-header3-content3 {
    gap: var(--dl-space-space-unit);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment1 {
  display: contents;
}
 
.home-text1 {
  display: inline-block;
}
 
.home-fragment2 {
  display: contents;
}
 
.home-text2 {
  display: inline-block;
}
 
.home-fragment3 {
  display: contents;
}
 
.home-text3 {
  display: inline-block;
}
