.footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* margin-top: 20px;
    margin-bottom: 20px; */
    font-size: 14px;
    color: #ccc;
    background-color: #6a4c9c;
}

.shadow-sm {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.img-fluid {
    border-radius: 10px;
}

.team-photo {
    height: 200px;
    object-fit: cover;
}

.col-lg-2,
.col-md-4 {
    max-width: 200px;
}

.team-item {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.bg-white p-3 {
    padding: 15px;
}