#brson h1, #brson h2, #brson h3 {
    margin-bottom: 5rem;
}

#brson section {
    font-size: 5rem;
}

#brson div.two-box.small-big {
    grid-template-columns: 30% 70%;
}

#brson div.two-box.big-small {
    grid-template-columns: 70% 30%;
}

#brson ul {
    margin-top: 3rem;
}

#brson li {
    line-height: 6rem;
}

#brson p {
    margin-bottom: 4rem;
}

#brson pre {
    font-size: 4rem;
}


/* ---- */

#brson div.title-two-box > div {
    margin-top: 6rem;
}
#brson div.title-two-box > div:nth-child(2) {
	display: grid;
    grid-template-columns: 50% 50%;
    height: 100%;
    margin: 0;
}

#brson div.two-box > div > * {
    margin-left: 6rem;
    margin-right: 6rem;
}



/* ---- */

#brson div.image-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 100px;
	vertical-align: center;
	background: linear-gradient(#DDD, #555);
}

#brson div.image-list > img {
	background-color: inherit;
	box-shadow: none;
	max-height: 200px;
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 1rem;
}



