h2, .header-two, .ui-accordion-content p.header-two {
    color: #0F2D54;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
}

.header-two {
    font-weight: 600;
}

.header-three {
    font-size: 18px;
    line-height: 26px;
    color: inherit;
    font-weight: 600;
}

p.article-header {
    font-size: 16px;
    font-weight: 600;
}
.semibold {
    font-weight: 600;
}
.wyroznienie {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
blockquote {
    color: #0F2D54;
    font-size: 22px;
    font-style: italic;
}
#views-exposed-form-search-block-1 div#edit-actions {
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    top: 0px;
}
#views-exposed-form-search-block-1 > .d-flex {
	display: block !important;
}
#search-block-form .form-actions input {
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    background: transparent;
    border: unset;
}
.page-view-archive h1:before {
    content: "#";
    margin-right: 3px;
}
.page-view-archive h1 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    background-color: #097481;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 28px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 0.25em;
    margin-top: 1em;
    border: 2px solid #097481;
    transition: 0.3s;
    margin-top: 0;
    margin-bottom: 2em;
}
.view-search {
	display: flex;
    flex-direction: column;
}
.view-search .view-filters {
	order: 1;
}
.view-search .view-header {
	order: 2;
	margin-bottom: 0.5em;
}
.view-search>.view-content {
	order: 3;
}
main .view .views-row {
    margin-bottom: 2em;
}
.page-view-search .view-search label {
    font-size: 19px;
    margin: 15px 0 10px;
}
.page-view-search .view-search #edit-actions {
	margin-left: 1em;
	display: flex;
    gap: 10px;
    margin-bottom: 13px !important;
}
.page-view-search .view-search .button,
.view-about a {
	font-family: 'Open Sans';
    text-transform: uppercase;
    background-color: #097481;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 28px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
    letter-spacing: 0.25em;
    border: 2px solid #097481;
    transition: 0.3s;
}
.page-view-search .view-search .button:hover,
.view-about a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #097481;
}