.ac-info-card-c78158cd {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ac-info-card-c78158cd .ac-info-card-image img {
    border-radius: 50%;
    object-fit: cover;
    width: 120px;
    height: 120px;
}

.ac-info-card-c78158cd .ac-info-card-title {
    margin: 0;
    font-size: 1.5em;
}

.ac-info-card-c78158cd .ac-info-card-subtitle {
    margin: 5px 0 15px;
    font-size: 1.1em;
    font-weight: normal;
    color: #777;
}

.ac-info-card-c78158cd .ac-info-card-description {
    line-height: 1.6;
}