.format-page .col-2 {
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	align-items: center;
}

.format-page p,
.format-page ul li,
.format-page ol li,
.format-page address {

	font-size: 1em;
}

.format-page ul.no-style {

	gap: 5px;
    display: flex;
    flex-direction: column;
}

.format-page ul.no-style li {

	list-style: none;
}

.format-page p {

	padding-bottom: 15px;
}

.format-page ul li {

	list-style: disc inside;
}

.format-page p,
.format-page ul li,
.format-page ol li,
.format-page h2,
.format-page h3,
.format-page h4,
.format-page h5,
.format-page h6,
.format-page address {

	color: #333;
}

.format-page iframe,
.format-page address {

	margin-bottom: 20px;
}

.format-page .button {

	padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    border-radius: 5px;
}

.format-page .button-black {

	background-color: #333;
}

.format-page .button-black:hover {

	background-color: #000;
}

.format-page .button-green {

	background-color: #006B3F;
}

.format-page .button-green:hover {

	background-color: #00d38d;
}

.format-page .button-brown {

	background-color: #a78f71;
}

.format-page .button-brown:hover {

	background-color: #795548;
}

.format-page .button-pink {

	background-color: #ef2854
}

.format-page .button-pink:hover {

	background-color: #c2153b;
}


