.card_about {
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 25%;
    text-align: center;
    margin-top: 60px;
}
.card_img {
    width: 200px;
    height: 200px;;
    overflow: hidden;
    border-radius: 100%;
    margin: -60px auto 0;
}
.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_info {
    padding-bottom: 20px;
}