body {
  background-color: rgb(255, 255, 255);
}
.content {
  position: initial;
}
section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
p {
  font-weight: inherit;
}

ul {
  font-weight: initial;
  margin-top: initial;
  margin-bottom: initial;
}
.main-baner-container---blog_detail {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  height: 400px;
  max-width: 1920px;
  background-position: top;
  flex-direction: column;
  transition: 0.5s;
  z-index: -2;
  color: #fff;
}

.blog_detail-main-text {
  justify-content: center;
  text-align: center;
  margin-bottom: -50px;
  z-index: 89;
}

.blog_detail-main-text h2 {
  margin-left: 10%;
  margin-right: 10%;
}

.blog_detail-main-text h4 {
  margin: 17px 0 13px 0;
}

.t-white {
  height: auto !important;
  padding-bottom: 0 !important;
}

.gallery-row {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.gallery-row img {
  width: 30%;
}

.recommendations {
  margin-bottom: 100px;
}

.blog-detail-image {
  filter: url("#purple-sepia") contrast(1.8) sepia(0.31) saturate(1.7)
    brightness(0.6) grayscale(0.05) hue-rotate(6deg);
}

section.section-footer {
  display: block;
}

/* POST STYLE */

.tech-container {
  justify-content: left;
  text-align: left;
}
.article {
  overflow: hidden;
  margin: 0 24px;
  margin-top: 70px;
  display: inline;
  color: #141414;

  max-width: 680px;
}
.article h1 {
  letter-spacing: -0.01em;
  line-height: 52px;
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  text-align: left;
  color: #141414;
  margin-bottom: 1.5em;
}

.article h2 {
  line-height: 30px;
  margin-top: 2.14em;
  color: #141414;

  font-size: 24px;
  margin-bottom: 0.85em;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.004em;
}

.article h3 {
  margin-bottom: 0.85em;
  margin-top: 2.4em;

  line-height: 32px;
  font-size: 20px;
  font-style: normal;
  word-break: break-word;
  font-weight: 700;
  box-sizing: inherit;
  word-wrap: break-word;
}

.article p:has(code) {
  font-family: monospace, monospace;
  font-size: 1em;
  padding: 1em;
  background: #f3f3f3;
  color: #444;
}

.article .date {
  text-align: left;
}

.article p {
  margin-bottom: 2.1em;
  line-height: 32px;
  font-size: 20px;
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  box-sizing: inherit;
  word-wrap: break-word;
  letter-spacing: -0.002em;
}
.article p:empty {
  display: none;
}

.article ul,
.article ol {
  margin-left: 30px;
  padding-left: 0;
}

.article li {
  margin-bottom: 1.35em;
  line-height: 32px;
  font-size: 20px;
  font-style: normal;
  word-break: break-word;

  font-weight: 400;
  box-sizing: inherit;
  word-wrap: break-word;
  letter-spacing: -0.002em;
}

.article li > p {
  margin-bottom: 0;
}

.article img {
  width: 100%;
  margin-bottom: 2.1em;
}

.article br {
  display: none;
}

@media (max-width: 1200px) {
  h3 {
    margin-left: 0;
    margin-right: 0;
    text-align: inherit;
  }
}

@media (max-width: 900px) {
  .content {
    position: initial;
  }
  .main-baner-container---blog_detail {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #7a2973;
  }
}

@media (max-width: 730px) {
  .article h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .article h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.5em;
  }

  .article h3 {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 0.4em;
  }

  .article p,
  .article li {
    line-height: 27px;
    font-size: 18px;
  }

  .article p {
    margin-bottom: 1.2em;
  }
}
