.o-explanation__heading {
  font-size: 1.6rem;
}

.o-explanation__desc {
  text-align: justify;
  margin-top: 1.6rem;
  padding: 15px;
}

.p-newsBLC {
  margin: auto;
  max-width: 1080px;
  padding: 15px;
}

.p-newsBLC__heading {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-newsBLC__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-newsBLC__news {
    padding-right: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-newsBLC__twitter {
    min-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-newsBLC__twitter {
    min-width: 345px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-newsBLC__twitter {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar {
    -webkit-box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.1882352941);
  }
}
@media screen and (max-width: 767.98px) {
  .p-sidebar {
    margin-top: 4rem;
  }
}

.p-sidebar__twitter {
  height: 800px;
  overflow-y: scroll;
}
.p-sidebar__twitter::-webkit-scrollbar {
  width: 6px;
}
.p-sidebar__twitter::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #eee;
}
.p-sidebar__twitter::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #00BCD4), to(#2E96EB));
  background: linear-gradient(to bottom, #00BCD4 30%, #2E96EB);
}
@media screen and (max-width: 767.98px) {
  .p-sidebar__twitter {
    -webkit-box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.1882352941);
            box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.1882352941);
    height: 400px;
    padding-top: 1.6rem;
    max-width: 375px;
    margin: auto;
  }
}
.p-sidebar__twitter .twitter {
  padding: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-sidebar__twitter .twitter {
    padding: 1.6rem 0.4rem;
  }
}
.p-sidebar__twitter .twitter__followBTN {
  text-align: center;
}
.p-news__inner a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news__inner a:nth-child(odd) {
  background: #ccc;
}
.p-news__inner a:nth-child(even) {
  background: rgb(240, 240, 240);
}
.p-news__inner a:hover {
  background: #484848;
}
.p-news__inner a:hover .p-single {
  color: #ccc !important;
}
.p-news__inner a:hover .p-single__DateCat .category {
  background-color: #ccc;
  color: #484848;
}

.p-single {
  padding: 0.8rem;
}

.p-single__DateCat {
  font-size: 0.8rem;
}
.p-single__DateCat .date {
  display: inline-block;
  padding-left: 0.4rem;
}
.p-single__DateCat .category {
  display: inline-block;
  background-color: #484848;
  color: #fff;
  text-align: center;
  min-width: 150px;
}

.p-single__heading {
  font-weight: bold;
  padding: 0.4rem 0;
}

.p-single__content {
  padding-bottom: 0.4rem;
}

.span.category {
  color: red;
}/*# sourceMappingURL=news.css.map */