.toga_section {
    margin-bottom: 8rem;
}
.toga_section h1 {
	font-size: 4.4rem;
    line-height: 1.3;
}
.toga_section h2 {
	font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 1.6rem;
}
.toga_section h3 {
	font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.0rem;

}
.toga_section .toga_left {
	float: left;
	width: 50%;
}
.toga_section .toga_right {
	float: left;
	width: 50%;
}
.toga_section .toga_left figure {
	padding-right: 20px;
}
.toga_section .toga_right figure {
	padding-left: 20px;
}
.toga_section ul.toga__topicsList{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.toga_section .toga__topicsList li{
	width: 32%;
}
.toga_section .toga__topicsList li:not(:nth-of-type(3n)) {
    margin-right: calc(4% / 2);
}
@media (max-width: 760px){
	.toga_section .toga_left {
		width: 100%;
	}
	.toga_section .toga_right {
		width: 100%;
	}
	.toga_section .toga_left figure {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.toga_section .toga_right figure {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.toga_section .toga__topicsList li{
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
	}
}