.page-item:first-child .page-link {
    margin-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.article-description img {
    width: 400px;
}

.navbar-nav .dropdown-menu {
    text-align: start;
}

.navbar-nav .dropdown-menu a {
    padding-top: 5px !important;
    padding-bottom: 8px !important;
}

@media (min-width: 992px) {
    .pr-lg-5, .px-lg-5 {
        padding-right: 0 !important;
    }
}

.navbar-brand {
    margin-right: 0;
    margin-left: 1rem;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
