body {
  width: 100vw;
  background: #ffffff;
}

header {
  width: 100vw;
  height: 100vh;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.active {
  background-image: url("../../assets/images/menu-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.active .header-box-one .logo {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

header.active .header-box-two {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.header-box-one {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-box-one .logo {
  width: 50%;
  -webkit-transform: translateY(-1000%);
  -ms-transform: translateY(-1000%);
  transform: translateY(-1000%);
}

.header-box-one .logo img {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
}

.header-box-one .menu-icon {
  width: 50%;
  text-align: right;
  margin-top: 8px;
}

.header-box-one .menu-icon i {
  cursor: pointer;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}

.header-box-two {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.header-box-two ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-box-two ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}

.header-box-two ul li a {
  width: 100%;
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news-start {
  width: 100vw;
  min-height: 500px;
  background-image: url("../../assets/images/sections/news/start-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.news-start-wrapper {
  width: 100%;
  padding: 30px;
}

.news-start-wrapper h1 {
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  margin: 71px 0 0 0;
}

.news-start-wrapper h2 {
  font-family: PlayfairDisplay;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: 5px 0 0 0;
}

.fake-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fake-header.hide {
  -webkit-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.fake-header .logo {
  width: 50%;
}

.fake-header .logo img {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
}

.fake-header .menu {
  display: none;
}

#fake-menu {
  width: 100%;
  text-align: right;
  margin-top: 8px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 98;
}

#fake-menu i {
  cursor: pointer;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fake-menu.mactive i {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-latest-news {
  width: 100vw;
  min-height: 821px;
  background: #ffffff;
}

.news-latest-news-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-box {
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #ebebeb;
}

.news-box.first > .news-box-head {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.news-box.first > .news-box-head img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.news-box.first > .news-box-head h2 {
  width: 100%;
  font-family: PlayfairDisplay;
  font-size: 20px;
  font-weight: 400;
}

.news-box-head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.news-box-head img {
  width: 99px;
  height: 64px;
  margin: auto 10px auto 0;
}

.news-box-head h2 {
  width: 70%;
  font-family: OpenSans;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  margin: auto 0;
}

.news-box-date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-box-date-c {
  width: 45%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-box-date-c i {
  font-size: 16px;
  color: #1e1e1e;
  margin-right: 5px;
  text-align: left;
}

.news-box-date-c p {
  font-size: 13px;
  font-weight: 600;
  color: #1e1e1e;
  text-align: left;
  margin: auto 0;
}

.news-box-date-c:last-child {
  margin-right: 0;
}

.news-box-content {
  display: none;
}

footer {
  width: 100%;
  background: none;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5px;
  border-top: 2px solid #000000;
  margin-bottom: 20px;
}

footer ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: left;
}

footer p {
  font-size: 13px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .header-box-one {
    padding: 60px;
  }
  .header-box-one .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .header-box-one .menu-icon i {
    font-size: 42px;
    margin-top: 22px;
  }
  .header-box-two {
    width: 50%;
    margin: 0 auto;
  }
  .header-box-two ul {
    width: 50%;
    margin: 0 auto;
  }
  #fake-menu {
    top: 60px;
    right: 60px;
    margin-top: 22px;
  }
  #fake-menu i {
    font-size: 42px;
  }
  .news-start-wrapper {
    padding: 60px;
  }
  .news-start-wrapper .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .news-start-wrapper h2 {
    width: 500px;
    font-size: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .news-latest-news {
    min-height: 600px;
  }
  .news-latest-news-wrapper {
    padding: 60px;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .news-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border: 2px solid #ebebeb;
  }
  .news-box.first {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
    grid-row-start: 1 !important;
    grid-row-end: 3 !important;
  }
  .news-box.first > .news-box-head img {
    display: none;
  }
  .news-box.first > .news-box-head h2 {
    font-size: 36px;
  }
  .news-box.first > .news-box-date {
    margin-bottom: 20px;
  }
  .news-box.first > .news-box-date > .news-box-date-c {
    width: auto;
    margin-right: 20px;
  }
  .news-box.first > .news-box-date > .news-box-date-c:last-child {
    margin-right: 0;
  }
  .news-box.first > .news-box-date > .news-box-date-c i {
    width: auto;
    margin: auto 5px auto 0;
  }
  .news-box.first > .news-box-date > .news-box-date-c p {
    font-size: 16px;
  }
  .news-box.first > .news-box-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-box.first > .news-box-content img {
    display: block;
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -3px 3px 3px #d6d6d6;
    box-shadow: -3px 3px 3px #d6d6d6;
  }
  .news-box.first > .news-box-content > .news-box-content-w {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box.first > .news-box-content > .news-box-content-w p {
    font-size: 13px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .news-box.first > .news-box-content > .news-box-content-w a {
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .news-box-head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .news-box-head img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -3px 3px 3px #d6d6d6;
    box-shadow: -3px 3px 3px #d6d6d6;
    margin-bottom: 10px;
  }
  .news-box-head h2 {
    width: 100%;
    font-family: PlayfairDisplay;
    font-size: 20px;
    font-weight: 400;
  }
  .news-box-date {
    margin-bottom: 15px;
  }
  .news-box-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box-content img {
    display: none;
  }
  .news-box-content-w {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box-content-w p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-box-content-w a {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  footer {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 30px 0;
    border-top: 2px solid #000000;
    margin: 0 auto;
  }
  footer ul {
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  footer ul li {
    width: auto;
    margin-left: 15px;
  }
  footer ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 4px;
    font-weight: 900;
    color: #000000;
    margin-right: 15px;
    vertical-align: middle;
  }
  footer ul li:first-child {
    list-style: none;
  }
  footer ul li:first-child:before {
    content: "";
  }
  footer ul li a {
    font-size: 11px;
  }
  footer p {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 11px;
    margin: auto 0;
  }
}

@media (min-width: 1440px) {
  body {
    width: 100%;
  }
  header {
    width: 100%;
  }
  .header-box-one {
    padding: 90px;
  }
  .header-box-one .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
  }
  .header-box-one .menu-icon i {
    font-size: 42px;
    margin-top: 0;
  }
  .header-box-two {
    width: 50%;
    margin: 0 auto;
  }
  .header-box-two ul {
    width: 50%;
    margin: 0 auto;
  }
  .header-box-two ul li a {
    font-size: 40px;
  }
  #fake-menu {
    width: auto;
    top: 90px;
    right: 90px;
    margin-top: 0;
    display: none;
  }
  #fake-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fake-menu i {
    font-size: 42px;
  }
  .news-start {
    width: 100%;
    min-height: 100vh;
  }
  .news-start-wrapper {
    padding: 90px;
  }
  .news-start-wrapper h1 {
    margin: 252px 0 0 0;
  }
  .news-start-wrapper h2 {
    width: 630px;
    font-size: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .fake-header {
    height: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .fake-header .logo {
    width: 30%;
  }
  .fake-header .logo img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 82px;
    min-height: 82px;
    max-height: 82px;
    margin: auto 0;
  }
  .fake-header .menu {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0;
  }
  .fake-header .menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fake-header .menu ul li {
    width: auto;
    list-style: none;
  }
  .fake-header .menu ul li.active a {
    opacity: 1;
  }
  .fake-header .menu ul li a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.5;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 30px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .fake-header .menu ul li a:hover, .fake-header .menu ul li a:active {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .news-latest-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-latest-news-wrapper {
    width: 100%;
    height: 100%;
    padding: 90px 90px 0 90px;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-bottom: 90px;
  }
  .news-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border: 2px solid #ebebeb;
  }
  .news-box.first {
    grid-column-start: 1 !important;
    grid-column-end: 3 !important;
  }
  .news-box.first > .news-box-head img {
    display: none;
  }
  .news-box.first > .news-box-head h2 {
    font-size: 36px;
  }
  .news-box.first > .news-box-date {
    margin-bottom: 20px;
  }
  .news-box.first > .news-box-date > .news-box-date-c {
    width: auto;
    margin-right: 20px;
  }
  .news-box.first > .news-box-date > .news-box-date-c:last-child {
    margin-right: 0;
  }
  .news-box.first > .news-box-date > .news-box-date-c i {
    width: auto;
    margin: auto 5px auto 0;
  }
  .news-box.first > .news-box-date > .news-box-date-c p {
    font-size: 16px;
  }
  .news-box.first > .news-box-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-box.first > .news-box-content img {
    display: block;
    width: auto;
    max-width: 300px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -3px 3px 3px #d6d6d6;
    box-shadow: -3px 3px 3px #d6d6d6;
  }
  .news-box.first > .news-box-content > .news-box-content-w {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box.first > .news-box-content > .news-box-content-w p {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .news-box.first > .news-box-content > .news-box-content-w a {
    font-family: OpenSans;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .news-box-head {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .news-box-head img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -3px 3px 3px #d6d6d6;
    box-shadow: -3px 3px 3px #d6d6d6;
    margin-bottom: 10px;
  }
  .news-box-head h2 {
    width: 100%;
    font-family: PlayfairDisplay;
    font-size: 20px;
    font-weight: 400;
  }
  .news-box-date {
    margin-bottom: 15px;
  }
  .news-box-date-c {
    width: auto;
    margin-right: 20px;
  }
  .news-box-date-c:last-child {
    margin-right: 0;
  }
  .news-box-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box-content img {
    display: none;
  }
  .news-box-content-w {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-box-content-w p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-box-content-w a {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  footer {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 30px 0;
    border-top: 2px solid #000000;
    margin: 0 auto;
  }
  footer ul {
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  footer ul li {
    width: auto;
    margin-left: 15px;
  }
  footer ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 4px;
    font-weight: 900;
    color: #000000;
    margin-right: 15px;
    vertical-align: middle;
  }
  footer ul li:first-child {
    list-style: none;
  }
  footer ul li:first-child:before {
    content: "";
  }
  footer ul li a {
    font-size: 16px;
  }
  footer p {
    width: 30%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    margin: auto 0;
  }
}