.profile-card-5 {
    margin-top: 20px;
    max-width: 25rem;
    min-width: 19rem;
    max-height:35rem;
    border:2px solid #28A745;
    box-shadow: 2px 2px 2px 2px #28A745;;

}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px;
}

.profile-card-5 .card-img-block {
    width: 71%;
 
    margin: 0 auto;
    position: relative;
    top: -20px;

}

.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
    height:15rem;
    width:13rem;
}

.profile-card-5 h5 {
    color: #4E5E30;
    font-weight: 600;
}

.profile-card-5 p {
    font-size: 14px;
    font-weight: 300;
}

.col-md-6 {
    margin: 2rem 0rem
}

.profile-card-2 {

    box-shadow: 2px 2px 2px #218838;
    border: 2px solid #218838;
}
#cardGroup .col-md-6{

display:flex;
justify-content: center



}