ul li{
	list-style: none;
}


.certification{
	padding: 80px 0;
}

.wrap_cert_list{
	width: 100%;
	padding: 5px 15px;
	display: flex;
	height: auto !important;
	margin-bottom: 20px;
	align-items: center;
	-moz-box-shadow: 0 0 5px #f0f0f0;
  -webkit-box-shadow: 0 0 5px #f0f0f0;
  box-shadow: 0 0 5px #f0f0f0;
}
.wrap_cert_list ul li:first-child{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}
.wrap_cert_list ul li{
	display: inline-block;
	display: flex;
	align-items: center;
	min-height: 100vh;
	min-height: 100%;
}
.wrap_cert_list ul li img{
	width: 100%;
}
.wrap_cert_list ul li p{
	width: 200px;
	font-size: 1.2em;
	font-weight: 400;
	color: #333;
}

.wrap_prem_ser_icon_chosen img{
  /*width: 40px;*/
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70%;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.wrap_prem_ser_icon_chosen{
  /*background-color: #fff;*/
  /*background-color: #DF0404;*/
  background-color: #911416;
    /*border: 5px solid #911416;*/
  border: 5px solid #911416;
  width: 180px !important;
  height: 180px !important;
  border-radius: 50%;
  margin: auto;
  /*padding: 0 38px;*/
  text-align: center;
  display: flex;
  align-items: center;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.wrap_btn_footer_solo{
	/*background-image: url(../img/bg_footer.svg);*/
	/*background-color: #911416;*/
	margin-top: 10px;
	background-color: #911416;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 0.25px;
	/*height: 740px;*/
	/*height: auto;*/
	/*margin-top: -300px;*/
	background-position: bottom;
	/*padding: 100px 0;*/
	padding: 10px 0;
}

h5.details{
	text-overflow: ellipsis;
    height: 150px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}