body {
  background: #000;
}

@media screen and (min-width: 992px) {
  .container {
      width: calc(1313px + 60px);
      padding: 0px 30px;
  }

  #masthead .innr {
    box-shadow: none;
  }

}

#hero {
  padding-top: 54px;
  background-color: #000;
  overflow: hidden;
}

#hero .title {
  font-family: 'bentonsans-light';
  font-size: 120px;
  line-height: 73px;
  margin: 0;
  color: #fff;
}

#hero .title strong {
  font-family: "Benton Sans Bd";
  font-weight: 400;
}

.post-content {
  background: #fff;
  padding: 38px 0 62px 0;
}

.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 23px;
}

.post-content .container {
  width: calc(1279px + 60px);
}

.post-content article {
  display: flex;
  justify-content: center;
  gap: 74px;
}

.entry-content {
  flex-basis: 45%;
}

.post-content .breadcrumbs {
  margin-bottom: 35px;
}

.post-content .entry-title {
  font-size: 24px;
  line-height: 28px;
  color: #2F2F2F;
  font-family: "Benton Sans Bd";
  margin-bottom: 14px;
}

.post-content .date {
  font-size: 14px;
  margin-bottom: 11px;
}

.post-content .thumb {
  flex-basis: 630px;
}

.post-content .thumb img {
  width: 100%;
  max-width: 630px;
}

@media screen and (max-width: 992px ) {
  #hero {
    padding-top: 122px;
  }

  #hero .title {
    font-size: 40px;
    line-height: 41px;
  }

  .post-content {
    padding: 38px 0 11px 0;
  }

  .post-content article {
    flex-direction: column-reverse;
  }

  .post-content .thumb {
    flex-basis: auto;
  }

  .post-content article {
    gap: 27px;
  }

  .post-content .thumb img {
    min-height: 247px;
    height: min(48vw, 50vh);
    width: auto;
  }

  .post-content .breadcrumbs {
    margin-bottom: 24px;
  }
}
