.ocf-floor-coating-info { background: var(--ocf-bg); }
.ocf-floor-coating-info:nth-of-type(even) { background: var(--ocf-bg-alt); }
.ocf-floor-coating-info__inner { max-width: 760px; }
.ocf-floor-coating-info__inner h2 { margin: 0; }
.ocf-floor-coating-info__inner p { margin: 1rem 0 0; line-height: 1.7; }

/* OCF_AGENT_BLOCK:homepage-floor-coating-info-justified-copy START */
.ocf-floor-coating-info__inner p {
    text-align: justify;
    text-justify: inter-word;
}

.ocf-floor-coating-info__inner h2 {
    text-align: left;
}
/* OCF_AGENT_BLOCK:homepage-floor-coating-info-justified-copy END */

/* OCF_AGENT_BLOCK:homepage-floor-coating-info-width START */
.ocf-floor-coating-info__inner {
    max-width: 1020px;
}
/* OCF_AGENT_BLOCK:homepage-floor-coating-info-width END */
