.sidebyside .flex {align-content: center;justify-content: center;flex-direction: row;align-items: center;}
.sidebyside > section:nth-child(even) .flex {flex-direction: row-reverse;}
.sidebyside.reversed > section .flex {flex-direction: row;}
.sidebyside.reversed > section:nth-child(odd) .flex {flex-direction: row-reverse;}
blockquote {border-left: 4px solid var(--blueLagoon2);padding: 15px;}
.btn-wrap .hover-btn-cerulean.btn-transparent {border: 1px solid var(--cerulean);}
.btn-wrap a {margin-right: 10px;}
.btn-wrap a:last-child {margin-right: 0;}
@media (max-width: 991px) {
	.sidebyside > section:nth-child(odd) .flex {flex-direction: row-reverse;}
}