.landing-page-container  {
    color: aliceblue;
    padding: 5.5em 0 1.5em 0;
    
}

.title , 
.lead-title {
    color: rgb(46, 197, 15);
    /* color: rgba(0, 255, 0, 0.926); */
}

.position {
    /* color: rgba(0, 255, 0, 0.926);  */
    color: rgb(232, 207, 177);
}

svg:hover {
    color: rgb(222, 153, 67);
}

svg {
    color: rgb(154, 141, 125);
}

.about-us-container p,
.pharmcare-p {
    color: rgb(217, 213, 213);
}

.about-us-container h2 {
    color: rgb(225,225,225);
}

.team-content:hover .image-display {
    transform: scale(1.06); /* Enlarge the image on hover */
}

.team-content .image-display {
    width: 25em;
    height: 16.5em
}

.about-us-container #btn- {
    color: aliceblue;
    background-color: rgb(74, 110, 131);
    border-radius: 0.5em;
}

.about-us-container #btn-:hover {
    background-color: rgb(54, 79, 94);

}