.post-header hr {
  margin-top: 60px;
  opacity: 1;
  border-color: #000;
}
.post-header .col > div {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 43.4%;
  margin-top: 60px;
  border-radius: 20px
}
.post-header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-header h1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: linear-gradient(0deg,#0000006b, #0000006b,transparent);
  width: 100%;
  height: auto;
  margin: 0;
  padding: 47px;
  color: #fff;
  font-size: 61px;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 119.2%;
  letter-spacing: -2px;
  padding-top: 100px;
}
.sidebar h5 {
  font-size: 15px;
  color: #313131;
  margin-bottom: 20px;
}

.sidebar ul {
  color: #828282;
  font-size: 15px;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

.sidebar ul a {
  text-decoration: none;
  color: #828282;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Poppins';
}

div#main-content p, div#main-content ol li {
  font-family: 'Plus Jakarta Sans';
  font-size: 17px;
  line-height: 32px;
  color: #636363;
}

div#main-content h4 {
  color: #01A48D;
  font-size: 25px;
  margin: 40px 0 20px;
}

div#main-content .section-content:first-child h4 {
  margin-top: 0;
}

div#main-content, .sidebar {
  margin-top: 40px;
}
