.card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent background */
    padding: 10px;
    margin: 0;
    color: white;
    /* Ensures text is readable */

    display: flex;
    align-items: center;
    /* Centers content vertically */
    justify-content: center;
    /* Centers content horizontally */
    text-align: center;
    /* Ensures text is centered */
    height: 50px;
    /* Adjust this height if needed */
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    /* Ensure no extra margin */
    padding: 0;
    /* Ensure no extra padding */
    line-height: 1;
    /* Adjust line spacing */
}

.card-img {
    width: 100%;
    height: 100%; /* Ensures full height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevents overflow */
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fully covers the container */
    object-position: center; /* Centers the image */
}

.card-panel {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff; /* White text */
    background: transparent;
    padding: 8px 0;
    margin-top: 5px; /* Spacing between image and panel text */
}

.card-panel-parameter{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff; /* White text */
    background: transparent;
    padding: 3px 0;
}

.portfolio-title {
    color: white;
}

.team-member {
    width: 120px;
    /* Adjust size as needed */
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}


.h5.card-title {
    margin: 0 !important;
    padding: 0 !important;
}

@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.team4 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
  color: #3e4555;
}

.team4 .font-weight-medium {
	font-weight: 500;
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px;
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
		font-size: 13px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}

.personal-photo {
    max-width: 250px;
    max-height: 250px;
    width: 250px;
    height: 250px;
}

.section-team {
    background-color: white;
}

