.textblocktwo {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.textblocktwo-item {
	font-family: Roboto;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.4px;
	color: #000000;
}

.textblocktwo-item:first-child {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
.textblocktwo-item:first-child {
	margin-bottom: 0;
}
}

@media (min-width: 1200px) {
	.textblocktwo-item {
		padding-right: 40px;
	}
}