.franchise-types .col-md-4 {
	position: relative;
}

.frn-types__col {
	height: auto;
}

.frn-type {
	height: 100%;
	-moz-box-shadow: 0 0 15px -1px #66666673;
    -webkit-box-shadow: 0 0 15px -1px #66666673;
    box-shadow: 0 0 15px -1px #66666673;
    border-radius: 7px;
    padding: 25px 15px 95px;
    position: relative;
}
.frn-type img {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.franchise-types .title-holder {
	position: relative;
	/* height: 130px; */
}
.franchise-types .title-holder h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #293B51;
	margin-bottom: 15px;
}
.franchise-types p {
	margin-bottom: 30px;
}
.franchise-types h3 {
	font-size: 40px;
	color: #2d55a5;
	line-height: 120%;
	font-size: 27px;
}
.franchise-types h2 {
	margin-bottom: 60px;
}
.franchise-types .col-md-4 {
	margin: 15px 0;
}

.frn-types .slick-slide {
	height: auto;
}

.franchise-types .btn-holder {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align:center;
}
.franchise-types .btn-holder .btn {
	width: 260px;
}

.frn-types-item { margin-left: 10px; }

@media only screen and (min-width: 768px) {

	.frn-types .slick-track {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1199px) {
	.franchise-types .btn {
		max-width: 100%;
		min-width: 90%;
	}
}

@media only screen and (max-width: 991px) {
	.frn-type {
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.franchise-types .btn {
		min-width: 175px;
	}
}

@media only screen and (max-width: 767px) {
	.frn-type {
		height: auto;
	}
	.franchise-types .btn {
		min-width: 85%;
	}
	.franchise-types .slick-dots {
		margin-top: 20px;
	}
	.franchise-types h2 {
		margin-bottom: 30px;
	}
}