.term-description {
	text-align: center;
	padding-bottom: 35px;
}
.term-description h1 {
	margin-bottom: 25px;
	font-weight: 600;
}
.term-description h2 {
	margin-bottom: 25px;
	font-weight: 600;
}
@media only screen and (max-width: 991px) {
	.term-description h1 {
		margin: 35px 0 20px;
	}
}
.term-description p {
	display: none;
	margin-bottom: 25px;
}
.term-description p strong {
	display: block;
	font-size: 28px;
	font-weight: 600;
	margin: 40px 0 30px;
}
.term-description p:nth-child(2) {
	display: block !important;
}
.btn-custom {
	transition: 0.5s;
	padding: 6px 20px;
	margin: -5px 0 35px;
}
.term-description:hover .btn-custom {
	background: #0291d6;
    border-color: #0291d6;
    color: #fff; 	
}
.term-description .btn-custom:hover {
	background: #014d71;
    border-color: #014d71;
    color: #fff;	
} 
.term-description a,
.term-description a:visited,
.term-description a:active {
	transition: 0.4s;
	color: #0291d6;
	font-weight: 600;
}
.term-description a:hover {
	color: #014d71;
}

/*VAPE VIGIL IFRAME*/
.vapevigil-content {

}
.vapevigil-content iframe {
	width: 100%;
	height: 920px;
	border: none;
}
@media only screen and (max-width: 991px) {
	.vapevigil-content iframe {
		height: 1220px;
	}
}
