main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  main .imgBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50vw;
    z-index: 1;
    opacity: 0.5; }
    main .imgBlock img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit:cover;'; }
    main .imgBlock:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      z-index: 2; }
  main h2 {
    color: white;
    text-align: left;
    padding: 15vw 0 8vw 8vw;
    position: relative;
    z-index: 3; }
    main h2 span {
      display: block;
      text-align: left;
      color: inherit;
      font-size: 200%;
      font-weight: 900; }
      main h2 span em {
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        display: inline-block;
        color: transparent;
        -webkit-text-stroke: 1px white;
        margin-left: .5rem; }

.newsWrap .innerWrap {
  margin: 4rem auto; }
  .newsWrap .innerWrap .newsTitle {
    border-bottom: 1rem solid gainsboro;
    flex-direction: row-reverse;
    position: relative;
    padding-bottom: 2rem; }
    .newsWrap .innerWrap .newsTitle:after {
      content: '';
      display: block;
      position: absolute;
      left: .4rem;
      bottom: -.4rem;
      width: 20%;
      height: 1rem;
      background-color: #242324; }
    .newsWrap .innerWrap .newsTitle dt {
      flex-basis: 10%;
      max-width: 100px;
      font-size: 1.2rem;
      line-height: 1.6rem;
      text-align: right;
      color: gray;
      font-family: "Montserrat", sans-serif;
      padding: 1rem 2rem 0 0; }
    .newsWrap .innerWrap .newsTitle dd {
      flex-basis: 90%;
      min-width: calc(100% - 100px);
      font-size: 1.6rem;
      line-height: 160%;
      text-align: left;
      font-weight: bold;
      padding: 1rem 2rem; }
  .newsWrap .innerWrap .txtWrap {
    padding: 4rem 2rem; }
    .newsWrap .innerWrap .txtWrap p {
      text-align: left;
      line-height: 180%;
      margin-bottom: 1.8rem; }
      .newsWrap .innerWrap .txtWrap p a:before {
        display: inline-block;
        content: '\f0c1';
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        margin-right: 1rem; }

@media screen and (max-width: 480px) {
  .newsWrap .innerWrap .newsTitle dt, .newsWrap .innerWrap .newsTitle dd {
    min-width: 100%; } }
