.s-text-list-type-2{
	position:relative
}
.s-text-list-type-2__item{
	border-top:2px solid;
	border-color:inherit
}
@media screen and (max-width:639px){
	.s-text-list-type-2__item{
		padding:14px 0 24px;
		border-radius: 0px 0px;
	}
}
@media (min-width:640px) and (max-width:959px){
	.s-text-list-type-2__item{
		padding:16px 0 28px
	}
}
@media (min-width:960px) and (max-width:1359px){
	.s-text-list-type-2__item{
		padding:18px 0 32px
	}
}
@media screen and (min-width:1360px){
	.s-text-list-type-2__item{
		padding:24px 0 36px;
		border-radius: 0px;
	}
}
