/* bcp-column
********************************************* */
.bcp-column { background-color: #fff; border: 1px solid #cfcfcf; padding: 30px; }
.bcp-column .cn-column__item:nth-of-type(1) { width: 48.5386%; }
.bcp-column .cn-column__item:nth-of-type(2) { width: auto; max-width: 45%; }
.bcp-column .cn-column__item:nth-of-type(2) .cn-img { text-align: left; }
.bcp-column .cn-column__item:nth-of-type(2) .cn-img img { width: 100%; max-width: 273px; }
@media only screen and (max-width:767px) {
.bcp-column .cn-column__item:nth-of-type(1) { width: auto; }
.bcp-column .cn-column__item:nth-of-type(2) { margin-top: 25px; width: auto; max-width: none; }
.bcp-column .cn-column__item:nth-of-type(2) .cn-img { text-align: left; }
.bcp-column .cn-column__item:nth-of-type(2) .cn-img img { width: 100%; max-width: 273px; }
.bcp-column { padding: 20px; }
.bcp-column { background-color: transparent; border: none; padding: 0; }
.bcp-column .cn-column__item { background-color: #fff;  border: 1px solid #cfcfcf; padding: 20px; }
}
