@media only screen and (min-width: 600px) {
   .pt-20 {
	padding-top: 140px;
}

}
.img-size {
	min-height: 330px!important;
	max-height: 330px!important;

	min-width: 230px!important;
	max-width: 230px!important;

 }
.pb-20 {
	padding-bottom: 20px;
}

.certificate-title {
	height: 33px!important;
	display: flex;
				justify-content: center;  align-items: center;
}
.certificate-desc {
	height: 36px!important;
	display: flex;
				justify-content: center;  align-items: center;
}
.single-feature > img {
	margin-bottom: 10px;;
}

.hero-btn-spec {
	color: #fff;
	background-color: #383E42;
	letter-spacing: 1px;
	padding: 8px 25px;
	display: inline-block;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hero-btn-spec:hover,
.hero-btn-spec:focus {
	color: #FF0000;
	background-color: #fff;
	border-radius: 5px;
}

.hero-btn-spec2 {
	color: #fff;
	background-color: #FF0000;
	letter-spacing: 1px;
	padding: 8px 45px;
	display: inline-block;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bolder;
}
.hero-btn-spec2:hover,
.hero-btn-spec2:focus {
	color: #fff;
	background-color: #383E42;
	border-radius: 5px;
}
.catalog-bnt {

	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0;
	bottom: 15%;
	padding: 15px;
}
.catalog-bnt a{
	font-weight: 900;
	font-size: 26px; 
}

.map-btn {
	width: 110px!important; 
	padding: 10px 0px;
}
@media only screen and (max-width: 992px) {
	.map-btn {
		width: 150px!important; 
	  
	}
}