.theme-news-home-button {
  cursor: pointer;
  padding: 10px; }
  .theme-news-home-button:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear; }
  .active.theme-news-home-button:before, .theme-news-home-button:hover:before {
    background-color: #ffb400; }

.theme-news-home {
  padding-top: 7rem; }
  @media screen and (max-width: 768px) {
    .theme-news-home {
      padding-top: 3rem; } }
  .theme-news-home-reel {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }
