﻿.ceo-card {
    background: #fff;
    border: 3px solid #4CAF50;
    border-radius: 15px;
    padding: 40px;
    margin: auto;
}

.ceo-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #4CAF50;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ceo-name {
    font-size: 2rem;
    margin-bottom: 5px;
}

.ceo-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.ceo-experience {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.social-icons a {
    margin-right: 20px;
    font-size: 22px;
    color: #4CAF50;
    transition: color 0.3s;
}

    .social-icons a:hover {
        color: #2e7d32;
    }
