.col_classes a{
	padding: 0;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 80%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
	clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 80%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
	position: relative;
	border: 0px solid transparent;
	margin-bottom: 0;
	width: 360px;
  height: 240px;
}
.col_classes a:hover{
	border-radius: 0;
	border: 0px solid transparent; 
}
.col_classes img:hover{
	border-radius: 0;
}
.col_classes img{
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 80%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
	clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 80%, 85% 100%, 0 100%, 0% 80%, 0% 20%);
	border-radius: 0;
}
.lbl_info{
	position: absolute;
	background-color: #283365;
	width: 100%;
	height: 40px;
	bottom: 0;
}
.lbl_info ul{
 	width: 330px;
 	padding-left: 50px;
}
.lbl_info ul > li {
	font-family: 'Lato';
	font-style: normal;
  font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.lbl_info p{
	color: #fff;
	font-size: 12px;
	width: 300px;
  margin-left: 30px;
  margin-bottom: 0;
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
}
.col_classes{
	margin-top: 40px;
}
.lbl_info h3{
	color: #fff;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 15px;
}
.btn_join{
	margin-top: 10px;
	margin-right: 45px;
	float: right;
	color: #3650ae;
	background-color: #fff;
  border-radius: 0px;
  border-color: #fff;
  transition: background-color .1s ease-in;
  transition: border-color .1s ease-in;
}
.btn_join:hover{
	background-color: #111b48;
	border-color: #111b48;
	color: #fff;
}

