.section.news {max-width: 1920px;margin-left: auto;margin-right: auto;padding-bottom: 1rem;background: var(--white); } .section.news.section-last {margin-bottom: -1rem; } .section.news + .section.news {background: transparent; } .section.news > .container {padding-top: 1rem;padding-bottom: 1rem; } .section.news > .container.section-last {margin-bottom: -1rem; } .section.news > .container h1, .section.news > .container .h1 {margin-bottom: 1rem; } .section.news > .container .fb-page {display: block;height: 100%;overflow: hidden; } .section.news > .container .btn-group {display: flex;flex-direction: row;align-items: center;justify-content: center;padding-top: 2rem; } .section.news > .container .btn-group .btn {color: var(--black);border-color: var(--black);flex-grow: 0;padding-left: 2rem;padding-right: 2rem; } .section.news > .container .btn-group .btn:hover {color: var(--black);background-color: var(--black);border-color: var(--black); } .section.news > .container .btn-group .btn:focus, .section.news > .container .btn-group .btn.focus {box-shadow: 0 0 0 0.2rem rgba(var(--black), 0.5); } .section.news > .container .btn-group .btn.disabled, .section.news > .container .btn-group .btn:disabled {color: var(--black);background-color: transparent; } .section.news > .container .btn-group .btn:not(:disabled):not(.disabled):active, .section.news > .container .btn-group .btn:not(:disabled):not(.disabled).active, .show > .section.news > .container .btn-group .btn.dropdown-toggle {background-color: var(--black);border-color: var(--black); } .section.news > .container .btn-group .btn:not(:disabled):not(.disabled):active:focus, .section.news > .container .btn-group .btn:not(:disabled):not(.disabled).active:focus, .show > .section.news > .container .btn-group .btn.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(var(--black), 0.5); } .section.news > .container .btn-group .btn:hover, .section.news > .container .btn-group .btn:focus {color: var(--white); } 