.mb-40 {
    margin-bottom: 40px;
}
h1 {
    color: #008b9d;
    text-transform: uppercase;
    font-weight: 600;
}
#block-slide img {
    height: auto;
}
.view-content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0.5em 0;
}
.view-content h3 a {
    color: #008b9c;
}
.page-header {
    border-bottom: 10px solid #008b9d;
}
.field--name-body p img {
    width: auto;
}
.view-publikacje img {
    border: 1px solid #ccc;
}
.view-news-events .views-row {
    border-bottom: 1px solid #ccc;
}
.views-field-view-node {
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
.views-field-view-node a {
	color: #008b9d;
}
.footer {
	background: #000;
}
@media screen and (max-width: 767px) {
	#block-slide img {
    height: 200px;
    object-fit: cover;
	}
}
