.row{
	
	margin: 0;
	padding: 0 25px;
}

.col{
	
	padding: 5px;
}
.col-6{
	
	padding: 5px;
}

.act-div{
	
	position: relative;
	height: 100%;
}
.act-div:hover{
	
	opacity: 0.8;
	
}
.act-img{
	
	width: 100%;
}
.act-button{
	
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	color: white;
	
	margin: 18px 0 4.5px;
	border: solid white 1px;
	padding: 13px;
	
	bottom: 25px;
	left: 25px;
}
.act-button:hover{
	
	text-decoration: underline;
}

.text-div{
	
	padding: 0 20px 50px 30px;
}

/* ------------------------ MOBILE ----------------------*/
@media only screen and (max-width: 600px){
	
	.row{
		
		padding: 0 10px;
	}
	.hab-button{
	
		margin: 10px 0 4.5px;
		border: solid white 0.5px;
		padding: 4px;
		
		bottom: 6px;
		left: 10px;
		
		font-size: 8px;
	}
}