.title-section
{
	width: 80%;

	border-color: #239B56;
	border-width: 2px;
	border-style: solid;
	border-radius: 3rem;

	padding: 2rem;
	margin-bottom: 2rem;

	text-align: left;

	background-color: #FFF;
}

.title-section a
{
	color: #000;
	font-style: italic;
	display: inline-block;


	padding-left: 1rem;
}

.title-section a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.toggle-section
{
	margin-top: 10px;
	margin-bottom: 1rem;

	padding: 3rem;

	text-align: justify
}

.toggle-section ul li
{
	list-style-type: circle;
}

.gsat-promo img
{
	width: 700px;
	height: 700px;
}

#register-btn
{
	margin-top: 2rem;
	width: 130px;
}

#register-btn:before
{
	display: none;
}

/*-----------------------------------------
-------------------------------------------*/
@media(max-width: 768px)
{

}

@media (width: 425px)
{
	.gsat-promo img
	{
		width: 400px;
		height: 400px;
	}
}

@media (max-width: 375px)
{
	.gsat-promo img
	{
		width: 300px;
		height: 300px;
	}
}