@charset "UTF-8";

h1 span,
h2 span,
h3 span{
  display: inline-block;
}

.siyo-list li{
	font-weight: bold;
}
.siyo-list li span{
	display: inline-block;
	font-weight: normal;
}

.poster-section h1{
    margin-bottom: 20px;
    line-height: 1.5;
}

.poster-lead-txt{
	text-align: center;
}

@media (max-width: 575.98px) {



}


@media (max-width: 767.98px) {
	.poster-lead-txt{
		text-align: left;
	}
	.poster-partner{
		padding: 15px;
	}

}