.bussines-lines-full .views-field-nothing{
	margin-bottom: 30px;
}
.bussines-lines-full .views-field-nothing .card{
	border-radius: 0;
	padding: 0 15px;
	min-height: 370px;
	max-height: 370px;
	overflow: hidden;
	transition: all 0.2s linear;
	display: flex;
	justify-content: center;
}
.bussines-lines-full .views-field-nothing .card:hover{
	border-color: #009DE2;
}
.bussines-lines-full .views-field-nothing .card a > img{
	height: 90px;
	width: auto;
	transition: all 0.3s linear;
}
.bussines-lines-full .views-field-nothing .card .card-block img{
	height: 20px;
}
.bussines-lines-full .views-field-nothing .card .more-link{
	color: #009DE2;
	font-size: 16px;
	border: 1px solid #009DE2;
	border-radius: 100%;
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.bussines-lines-full .views-field-nothing .card .more-link:hover{
	background: #009DE2;
	color: #ffffff;
}
.bussines-lines-full .views-field-nothing .card .more-link:hover img{
	filter: brightness(0) invert(1);
}
.bussines-lines-full .views-field-nothing .card .card-title{
	margin-top: 15px;
}
.bussines-lines-full .views-field-nothing .card .card-title a{
	text-transform: uppercase;
	font-size: 24px;
	color: #009DE2;
}
.bussines-lines-full .view-footer{
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
}
.bussines-lines-full .view-header p{
	text-align: center;
	font-size: 22px;
}