

.team_block_custom {
width: 100%;
float: left;
margin: 0 0 50px 0;
padding: 0;
text-align: left;
box-shadow: 0 0 5px rgba(0,0,0,0.19);
height: auto;
position: relative;
opacity: 1;
transition: all 400ms ease-in-out;
}

.team_block_custom-text {
	padding-left: 15px;
}

.team_block_custom-text a {
	color: #00857D;
}

.team_block_custom:hover {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.19);
    height: auto;
    position: relative;
    opacity: 1;
    transform: translateY(-15px);
}

.team_block_custom img {
    width: 100%;
    padding: 10px;
}

.team_block_custom h3 {
    font-size: 18px;
    color: rgb(19, 18, 18);
    padding-top:10px;
}

.team_block_custom p {
    font-size: 16px;
    padding-bottom: 10px;
}
.jumbotron {
        text-align: center;
    }

    .jumbotron p {
        margin: 10px 0 20px;
    }