#group_category{
    width: 100%;
    min-height: 50px;
	margin:0px auto;
	position: relative;
	
}

.group_category{
	margin: auto;
	width: 1200px;
	 display: flex;
  flex-wrap: wrap;
}

.projects_border{
	width: 1090px;
	margin: auto;
	
}
.category{
	width: 100px;
	height: 17px;
	background-color: rgba(9,117,197,0.5);
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
	padding: 5px;
	border: 2px solid rgba(9,117,197);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 30px;
	position: absolute;
	color: #fff;
}
.group{
	width: 270px;
	height: 310px;
	margin: 36px 14px;
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	-moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 10px;
    position: relative;
}
.group:hover{
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / /15%);
}
.group_image{
	width: 270px;
	height: 310px;
	background-size: cover;
	background-position: center center;
}

.group_info{
	width: 230px;
	height: 100px;
	position: absolute;
	background-color: #f6f6ff;
	z-index: 9;
	margin-top: -50px;
	margin-left: 20px;
	text-align: center;
	    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / /15%);
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}
.group_info a{
	width: 60px;
	padding: 5px;
	border-radius: 50px;
	 -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / /15%);
    background-color: #fff;
    margin-top: -20px;
    position: absolute;
    font-size: 15px;
    color: var(--primary-color);
    left: 84px;
}
.group_info a:hover{
	background-color: var(--primary-color);
	color: #fff;
}
.group_info p{
	color: var(--primary-color);
    text-decoration: none;
    font-family: "Regular2";
    margin-top: 10px;
}
@media only screen and (max-width: 1220px){
   .group_category {
    margin: auto;
    width: 900px;
}
}
@media only screen and (max-width: 920px){
   .group_category {
    margin: auto;
    width: 600px;
}
}
@media only screen and (max-width: 620px){
   .group_category {
    margin: auto;
    width: 300px;
}
}