#guides p strong{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.6em;
	}
#guides .linkBut{
	position: relative;
	width: 100%;
	max-width: 600px;
	height: 4em;
	background: #dc3241;
	border-color: transparent;
	font-size: 1.1em;
	color: #fff;
	fill: #fff;
	@media (max-width: 767px) {
		margin-top: 2em;
		}
	@media (min-width: 768px) and (max-width: 991px) {
		margin-top: 3em;
		}
	@media (min-width: 992px) {
		margin-top: 4em;
		}
	}
	#guides .linkBut:hover{
		background: #000;
		}
	#guides .linkBut i{
		position: absolute;
		top: calc(50% - 0.5em);
		right: 1em;
		}
#lead p+ul{
	color: #dc3241;
	}
#resultList p {
    -webkit-line-clamp: 8;
	height: calc(1.4em * 8 - 0.2em);
	}
.thumb:not(img) {
    padding: 100% 0 0 0;
	}