@charset "utf-8";
.column-box {
    background-color: #FFFFFF;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    margin-bottom: 32px;
    border: 1px solid #000000;
}
.column-box p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1em;
}
.column-box p:last-of-type {
    margin-bottom: 0em;
}

.column-subtitle {
    font-size: 50%;
}
.img-center {
    text-align: center;
    margin-bottom: 32px;
}


@media print,screen and (min-width: 960px) {
.column-box p {
    font-size: 16px;
    line-height: 150%;
}
	
}
