/* CSS dla bloku tekstpolewej-fotapoprawej */
.tekstpolewej-fotapoprawej {
	/* Style tutaj */
}
.wysokosc {
    top: 0px !important;
    right: 0px !important;
    height: 100%;
    position: absolute;
}
.kreska{
	    width: 20%;
    height: 3px;
    background: #e30613;
    margin-top: 5px;
    display: block;
}
.tekstpolewej-fotapoprawej .btn{
    font-weight: 600;
    border: 1px solid black;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    border: none;
    border-bottom: solid !important;
    border-radius: 0px;
	color: black;
}
.tekstpolewej-fotapoprawej .btn:hover{
	background-color: black !important;
	color: white !important;
}
.tekstpolewej-fotapoprawej .logo img{
	width: 120px !important;
}
@media screen and (max-width: 911px){
    .wysokosc {
        min-height: 200px;
        top: inherit;
        bottom: -200px;
        height: 200px !important;
        width: 100%;
        position: inherit;
    }
}