main.news {
  background: #000;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  main.news h1 img {
    max-width: 260px; }
  main.news .container {
    margin: auto; }
    main.news .container .row > div section:first-child {
      padding-top: 0; }
  main.news .more-btn:hover {
    color: #000 !important; }
  main.news section {
    display: block; }
    @media (max-width: 768px) {
      main.news section {
        padding-top: 0; } }
    main.news section .date {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 1rem; }
      main.news section .date span {
        font-size: 12px;
        margin-right: 4px; }
    main.news section h3 {
      font-size: 1.4rem;
      font-weight: 600;
      border-bottom: 4px solid #BA3D74;
      padding: 0 0 0.8rem;
      margin-bottom: 1.5rem; }
      @media (max-width: 768px) {
        main.news section h3 {
          font-size: 1.2rem; } }
    main.news section .content p {
      line-height: 2; }
    main.news section .content .fig {
      margin: 3rem 0; }
      main.news section .content .fig img {
        margin: 2rem 0; }
  main.news .news-list h2 {
    font-size: 1.2rem;
    color: #BA3D74;
    letter-spacing: 2px;
    text-align: left;
    font-weight: bold;
    margin: 1rem; }
  main.news .news-list ul {
    display: block; }
    main.news .news-list ul li {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid #BA3D74; }
      main.news .news-list ul li a {
        color: #fff; }
        main.news .news-list ul li a:hover {
          color: #BA3D74;
          text-decoration: none; }
      main.news .news-list ul li:last-child {
        border-bottom: 1px solid #BA3D74;
        padding-bottom: 1rem; }

/*# sourceMappingURL=news.css.map */