/* Custom styles for carousel controls */
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black; /* Change control arrow color to black */
    border-radius: 50%;
    padding: 10px;
}

/* Custom text styles */
.custom-text {
    text-align: justify; /* Justifies text alignment */
    font-size: 25px; /* Increases font size */
    line-height: 1.8; /* Increases line height */
    font-family: 'Roboto', sans-serif;
    color: black; /* Font color */
    text-justify: inter-word; /* Ensures words are spaced evenly */
    margin: 0 10px; /* Adds small margin for better appearance */
}

/* Spacing between team members */
.row.justify-content-center .col-lg-2 {
    margin-bottom: 20px;
}

/* Style for team member names */
h5 {
    font-weight: bold;
    margin-top: 10px;
}

/* Style for team member descriptions */
p {
    font-size: 14px;
    color: #555;
}
