﻿.comp-carousel {
    text-align: center;
    margin: 20px 0;
}

.comp-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
    .comp-member a{
        height: 100%; /* Set a fixed height */
    }
    .comp-img {
        width: 200px; /* Set a fixed width */
        height: 100%; /* Set a fixed height */
       /* border-radius: 5%;  Makes the image circular */
        object-fit: cover; /* Ensures the image fills the circle without distortion */
        margin-bottom: 10px;
      /*  border: 2px solid #ddd;  Optional border for better appearance */
    }
.comp-title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.comp-description {
    font-size: 14px;
    color: #666;
}
.comp{
    margin-top:-200px;
}