.menuAlignCenter img {
	margin-right: 16px;
}

.box {
	padding: 0;
}

.p_content {
	padding: 0 16px 12px;
}

.col {
	margin-top: 48px;
	flex-wrap: wrap;
	column-gap: 40px;
    justify-content: flex-start;
}
.col.spCol a {
    width: calc((100% - 80px) / 3);
	margin-bottom: 40px;
	text-decoration: none;
	color: #1B1B1B;
}
.col.spCol img {
    border-radius: 10px;
}
.withSidebar #localNav,
.withSidebar #localNavMobile {
	position: relative;
}
.button_bottom {
	position: absolute;
	bottom: -58px;
	left: 0;
	background: #f6d230;
	width: 100%;
	color: black;
	text-align: center;
	padding: 15px 9px 11px;
	line-height: 178%;
	border-radius: 1.75em;
	font-weight: 600;
  }
  
.button_bottom:hover {
	background-color: #f2ca00;
}

.box:last-child {
    height: 100%;
}

p.comment.center {
	margin-top: 4px !important;
}

.bg-lightPink {
    background-color: #fce5f2 !important;
}
.column {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.column .link-box {
    display: flex;
    text-decoration: none;
    width: 100%;
}

.column .column-cell.cell-wrap {
    padding: 20px 16px 0;
}

.bg-lightPink h3 {
	margin: 0;
}

.column-cell.cell-img.w200 {
	min-width: fit-content;
}

.column-cell.cell-img.w200 p {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.col {
		margin-top: 24px;
		column-gap:24px;
	}
	.col.spCol a {
    width: calc((100% - 24px) / 2);
	margin-bottom: 24px;
}

	.column .link-box {
		flex-direction: column;
	}

	.column-cell.cell-img.w200 img {
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
	.col {
		flex-direction: column;
	}
	.col.spCol a{
		width:auto;
		margin-bottom: 30px;
	}
	.col.spCol a:last-child{
		margin-bottom: 0;
	}
}