@charset "utf-8";
/* CSS Document */
.p-heading-attach {
    margin-bottom: 0.5rem;
}
.p-heading-attach__head + .p-heading-attach__body {
    margin-top: 1rem;
}
.img-caption p.c-text {
    text-align: center;
    margin: -35px auto 0;
}
.col2-img p.c-text {
    text-align: center;
    margin: -25px auto 0;
}
@media only screen and (max-width: 768px) {
.p-heading-attach {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}
.p-heading-attach__head + .p-heading-attach__body {
    margin-top: 0.75rem;
}
}
