body {
  background: #f2f2f2;
}

header {
  background: white;
}

.body-flex {
  margin-top: 50px;
}

.body-flex .left .left-back {
  background: white;
  padding: 10px 0;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  display: 0 auto;
}

.top {
  margin: 0 auto;
}

.media-section {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.sub-content img {
  width: 100%;
  margin: 30px auto;
}

.bottom-post-box {
  width: 1200px;
  background: white;
  padding-bottom: 50px;
  max-width: 90%;
  margin: 0 auto;
}

.media-section {
  padding: 50px 0;
}

.body-flex {
  margin-bottom: 100px;
}

.bottom-title {
  font-size: 25px;
  text-align: center;
}

.right-title {
  text-align: center;
}

.right-title2 {
  margin-top: 30px;
}

.block6 .block-flex .card {
  background: white;
}

.profile {
  max-width: 100%;
  margin-bottom: 100px;
}

.profile-box {
  width: 1200px;
  background: white;
  margin: 0 auto;
  border-radius: 0;
  padding: 30px 5% 20px 5%;
  max-width: 90%;
}
.profile-box .profile-tile {
  background: white;
  color: black;
  border-bottom: solid 2px #707070;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.profile-box .profile-tile span {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 400;
}
.profile-box .role {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}

.related-post img {
  width: 100%;
}
.related-post a {
  display: block;
}
.related-post p {
  padding: 0;
  margin: 5px 0;
}
.related-post .tag {
  margin-top: 10px;
}
.related-post span {
  background: rgb(46, 46, 46);
  color: white;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 0px;
  white-space: nowrap;
}

.post-tags li a {
  border-radius: 0;
}

.post-tags {
  border-bottom: 0;
  padding-bottom: 10px;
}

.bottom-posts .bottom-post .tag span {
  border-radius: 0;
}

.top h1 {
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .top {
    max-width: 90%;
  }
  .body-flex .left .left-back {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=single.css.map */