.tm-info-boxes {
	margin-bottom: 35px;
	.heading {
		font-size: 20px;
		font-weight: 700;
	}
	.description {
		margin: 18px 0 14px;
	}
	.link {
		display: block;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		i {
			font-size: 10px;
			margin-left: 5px;
			@include transit;
		}
		&:hover {
			i {
				margin-left: 10px;
			}
		}
	}
	.photo {
		overflow: hidden;
		img {
			@include transit2;
			width: 100%;
		}
	}
	&:hover {
		img {
			transform: scale(1.1);
		}
	}
	&.style-1,
	&.style-2 {
		.heading {
			color: #ffffff;
			padding: 9px 15px;
			border-radius: 0 0 5px 5px;
		}
	}
	&.style-3 {
		.photo {
			margin-bottom: 23px;
		}
		.heading {
			line-height: 1;
		}
		.description {
			margin: 10px 0 14px;
		}
	}
}
