/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.section:first-of-type {
	  border-top: none;
	  padding-top: 10px;
	}
	.section{
		border-top: 1px solid #EAEAEC;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sectionTitle{
		font-size: 14px;
		font-weight: 600;
		cursor: pointer;
	}
	.sectionDesc{
		display: initial;
	}
	.sectionDesc p{
		font-size: 12px;
		color: #7E818C;
		word-break: break-word;
		line-height: 16px;
		text-align: left;
		margin: 1em 0;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.section:first-of-type {
	  border-top: none;
	  padding-top: 10px;
	}
	.section{
		border-top: 1px solid #EAEAEC;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sectionTitle{
		font-size: 14px;
		font-weight: 600;
		cursor: pointer;
	}
	.sectionDesc{
		display: initial;
	}
	.sectionDesc p{
		font-size: 12px;
		color: #7E818C;
		word-break: break-word;
		line-height: 16px;
		text-align: left;
		margin: 1em 0;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.section:first-of-type {
	  border-top: none;
	  padding-top: 20px;
	}
	.section{
		border-top: 1px solid #EAEAEC;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sectionTitle{
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
	}
	.sectionDesc{
		display: initial;
	}
	.sectionDesc p{
		font-size: 13px;
		color: #7E818C;
		word-break: break-word;
		line-height: 18px;
		text-align: left;
		margin: 1em 0;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.section:first-of-type {
	  border-top: none;
	  padding-top: 20px;
	}
	.section{
		border-top: 1px solid #EAEAEC;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sectionTitle{
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
	}
	.sectionDesc{
		display: initial;
	}
	.sectionDesc p{
		font-size: 13px;
		color: #7E818C;
		word-break: break-word;
		line-height: 18px;
		text-align: left;
		margin: 1em 0;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.section:first-of-type {
	  border-top: none;
	  padding-top: 20px;
	}
	.section{
		border-top: 1px solid #EAEAEC;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sectionTitle{
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
	}
	.sectionDesc{
		display: initial;
	}
	.sectionDesc p{
		font-size: 13px;
		color: #7E818C;
		word-break: break-word;
		line-height: 18px;
		text-align: left;
		margin: 1em 0;
	}
}