.personal-img {
    max-height: 380px;
    object-fit: cover; 
    border-radius: 10px
}

.personal-img-project-2 {
    min-height: 16em;
    max-height: 16em;
    object-fit: cover;
    border-radius: 10px
}

.personal-img-project-3 {
    min-height: 14em;
    max-height: 14em;
    object-fit: cover;
    border-radius: 10px
}

.personal-img-project-4 {
    min-height: 11em;
    max-height: 11em;
    width: 22em;
    object-fit: cover;
    border-radius: 10px;
}

.personal-header {
    background-color: #000000d0;
}

.gallery {
    transition: 1s;
    margin: 0;
    background-size: cover;
}

.gallery img {
    object-fit: cover;
}

.gallery:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.gallery-home {
    height: 28em;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px;
}

.gallery-home-1 {
    height: 33em;
    object-fit: cover;
    background-size: cover;
    border-radius: 10px;
}