.portfolio-img {
    max-width: 100%;    /* Ensure the image scales down for smaller screens */
    height: auto;       /* Maintain aspect ratio */
    max-height: 210px;
    object-fit: contain; /* Ensures the entire image is visible inside the container */
}

.profil-uptd-img {
    max-width: 100%;
    height: auto;
    max-height: 210px;
    object-fit: contain;
}

.logo-kalsel {
    max-width: 100%;
    height: auto;
    max-height: 67px;
    object-fit: contain;
}