   
.hero-container-profile {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    overflow: hidden;
}

.bg-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.overlay-img {
    position: absolute;
    max-width: 200px; /* Adjust size as needed */
    height: auto;
}
