
.tabs .e-n-tabs-heading {
    box-shadow: 4px 4px 30px 0px rgba(80, 116, 176, 0.2);
    height: 100%;
	border-radius: 10px;
	background: white;
	display: flex;
	flex-direction: column;

}
@media screen and (min-width: 1024px){
	.tabs .e-n-tabs-heading{
			position: sticky;
	top: 220px;
	}
}
.tabs .e-n-tabs-heading:before {
    content: "Poszczególne cenniki";
    font-family: Public Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.5px;
    display: block;
    padding: 25px;
	color: #23496D;

}
body.acl-sitelinx.sitelinx-contrast-dark .tabs .e-n-tabs-heading:before{
	color: white !important;
}
@media screen and (max-width: 1024px){
	.tabs .e-n-tabs-heading {
		background: transparent;
		    box-shadow:none;
	}
	.tabs .e-n-tabs-heading:before{
		padding-left: 0;
	}
}