@import url("./includes/related-blogs.css");

.blog-ini-img {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-ini-img > .absolute-2-lines > p {
  color: var(--warm-silver-light);
}

.blog-ini-img > .absolute-2-lines > h1 {
  text-align: center;
}

.blog-ini-img > .btn {
  position: absolute;
  bottom: 5%;
}

.blog-ini-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 8.75rem 0 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Photina-Regular";
}

h2 {
  margin: 4.25rem 0 2.5rem;
}

h3 {
  margin: 1.5rem 0;
}

p {
  margin-bottom: 1rem;
}

.blog > p:last-child {
  margin: 0;
}

.blog a {
  text-decoration: underline;
}

ul {
  margin: 1.75rem 0;
}

.blog > figure {
  position: relative;
  width: 100%;
  margin: 4.25rem 0;
}

.blog > figure > img {
  width: 100%;
  height: auto;
}

.separate-line {
  width: calc(100% - 17.5rem);
  max-width: 1920px;
  box-sizing: border-box;
  border-top: 1px solid black;
  margin: 4.25rem auto;
}

@media (max-width: 1024px) {
  .blog {
    padding: 8.75rem 2.5rem 0;
  }

  .separate-line {
    width: calc(100% - 5rem);
  }
}
