.container{
margin: 0 auto;*
}



.read-more-state {
display: none;
}

.read-more-target {
opacity: 0;
max-height: 0;
font-size: 0;
transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
opacity: 1;
font-size: inherit;
max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
content: 'Pokaż więcej';
}

.read-more-state:checked ~ .read-more-trigger:before {
content: 'Pokaż mniej';
}

.read-more-trigger {
cursor: pointer;
display: inline-block;
padding: 0 .5em;
color: #1e5799;
font-size: .9em;
line-height: 2;
border: 1px solid #1e5799;
border-radius: .25em;
font-family: 'Montserrat', sans-serif;
}

A:link { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #c82020; TEXT-DECORATION: underline }
A:visited { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #c82020; TEXT-DECORATION:none }
A:hover { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #20307d; TEXT-DECORATION: none; }
