.post-part {
}

.post-part h1 {
  color: #040b1a;
  /* margin: 20px 0 0px 0; */
  font-size: 1.45em;
  text-align: center;
  width: 100%;
  border-bottom: 2px solid #4f5257;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.post-part p {
  color: #1d1f23;
  /* margin: 20px 0 0px 0; */
  font-size: 1.1em;
}

.post-part:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 10px 25px rgba(139, 69, 19, 0.1); */
}

.post-part h2 {
  color: #1e0d01;
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-top: 30px;
}

.post-part h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(45deg, #3c2ebb, #d2b48c);
  border-radius: 2px;
}

.post-part h3 {
  color: #a0522d;
  margin: 20px 0 10px 0;
  font-size: 1.1em;
  font-weight: 600;
}

.post-part h4 {
  color: #07030f;
  margin: 20px 0 10px 0;
  font-size: 1em;
  font-weight: 700;
}

.post-part ul {
  color: #1b1918;
  margin: 20px 0 10px 0;
  font-size: 1em;
}
