/* 2 COLLS
-------------------------------------------- */

.tab-info .tab-content > .tab-pane > .tab-pane-title {
	color: #c79316 !important;
	margin-bottom: 18px !important;	
	text-transform: none !important;
	font-size: 18px !important;
}

/* STRUCTURE */
#option-content > .tab-content > .tab-pane > .tab-text-div > img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.attachment-1col {
	max-width: 100%;
	max-height: 300px;
	margin: 0 auto;
}

.attachment-3cols {
	margin: 10px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.attachment-3cols {
		width: 30%;
	}
}
.col-centered-6 {
	margin: 1em auto;
	max-width: 50%;
}