.portfolio-button span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.portfolio-button:hover span {
    transform: translateX(0);
    color: black;
}

.portfolio-button {
    padding-right: 65px!important;
    border-radius: 35px;
    cursor: pointer;
}

.icon-arrow, .portfolio-button span {
    transform: translateX(50px);
    transition: .3s all ease-in-out;
}

.portfolio-button:hover .icon-arrow {
    left: 30%;
}

.icon-arrow {
    top: 0;
    left: -70px;
    background-color: white;
    display: flex;
    align-items: center;
    border: 2px solid black;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
}

.people-image-section {
    /* height: 200vh; */
}

.people-image-section .people-wrapper {
    margin-bottom: 30px;
}

.people-image-wrapper .image-wrapper {
    /* height: 66.6vh; */
    /* margin-bottom: 30px; */
    /* border: 1px solid black; */
    margin-bottom: 10px;
    height: auto!important;
    background-color: white;
    position: relative;
}

/* .people-image-wrapper .image-wrapper::after {
    content: "GIF";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
} */


/* .people-image-wrapper:nth-child(4) .people-wrapper:nth-child(1) .image-wrapper {
    height: 45vh;
}

.people-image-wrapper:nth-child(2) .people-wrapper:nth-child(1) .image-wrapper, .people-image-wrapper:nth-child(3) .people-wrapper:nth-child(2) .image-wrapper, .people-image-wrapper:nth-child(3) .people-wrapper:nth-child(2) .image-wrapper, .people-image-wrapper:nth-child(3) .people-wrapper:nth-child(3) .image-wrapper {
    height: 55vh;
}
.people-image-wrapper:nth-child(1) .people-wrapper:nth-child(3) .image-wrapper {
    height: 60vh;
}
.people-image-wrapper:nth-child(4) .people-wrapper:nth-child(2) .image-wrapper {
    height: 65vh;
}
.people-image-wrapper:nth-child(1) .people-wrapper:nth-child(1) .image-wrapper, .people-image-wrapper:nth-child(1) .people-wrapper:nth-child(2) .image-wrapper, .people-image-wrapper:nth-child(2) .people-wrapper:nth-child(3) .image-wrapper {
    height: 70vh;
}
.people-image-wrapper:nth-child(2) .people-wrapper:nth-child(2) .image-wrapper {
    height: 75vh;
}
.people-image-wrapper:nth-child(3) .people-wrapper:nth-child(1) .image-wrapper, .people-image-wrapper:nth-child(4) .people-wrapper:nth-child(3) .image-wrapper {
    height: 90vh;
} */
