.table-it-pcp-table {
	margin-top: 20px;	
}
.offer-tcs {
	display: flex;
	flex-direction: column;
}
#offer-headline {
	width: 100%;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	font-size: 16px;
}
#offer-content {
	display: none;
	font-size: 14px;
	width: 100%;
}
#offer-content.active {
        display: flex;
        align-self: center;
        white-space: pre-wrap;
}
.bottom-disclaimer {
	margin: auto;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	padding:15px;	
}
.section-header {
    width: 100%;
    background-color: #003a6f;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    padding: 10px 30px;
	text-align:center;
}
.pcp_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
	margin: 10px 0; }
@media(max-width:1024px) {    
	.pcp_table {
        align-items: flex-start;
		justify-content: space-around;
    }}
.pcp_cell {
    text-align: center;
    padding: 20px 10px;
    flex-basis: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
	border: 1px solid black;
}



