.college_details_sec{
  border: 1px solid;
    border-radius: 25px;
}


.collegedetails-title {
    color: var(--color-dark);
    font-size: 18px !important;
    font-weight: 500;
}
.portfolio-info {
    position: static;
    padding: 10px 15px;
}
.collegedetails-title:hover{
	color: #0079a4;
}
.collegedetails-btn{
	background: #f5f5f5;
    border: 1px solid #0079a4;
    color: #0079a4;
}
