ul {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 30px;
}
ul li {
	margin-bottom: 10px;
}

p {
	margin-bottom: 16px;
}

.tyc {
	padding: 20px;
	max-width: 1200px;
	margin: auto;
	margin-top: 60px;
}
.tyc__title {
	color: #00345F;
	font-size: 30px;
	font-family: Montserrat-Bold;
	margin-top: 10px;
	margin-bottom: 30px;
}

.bold {
	font-family: Montserrat-Bold;
}
.nm {
	margin-bottom: 0;
}
.sublist {
	margin-top: 10px;
	margin-left: 20px;
}

.list__bullets {
	list-style: disc;
}
.list__bullets {
	margin-left: 40px;
}

@media screen and (min-width: 768px) {

	.tyc {
		margin-top: 100px;
	}
	.tyc__title {
		font-size: 38px;
		margin-bottom: 50px;
	}

	p {
		font-size: 18px;
	}
	ul li {
		font-size: 18px;
	}

}

@media screen and (min-width: 1200px) {

	.tyc__title {
		font-size: 40px;
	}

}