.atf.staff {
    height: 630px;
    position: relative;
    overflow: hidden;
}

.atf.staff .container {
    height: 100%;
}

.atf.staff .img-wrapper {
    height: 500px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 24px;
}

.atf.staff .img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-staff .card {
    width: 300px;
}

.section-staff img {
    object-position: top;
}

.featured-staff img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top;
    border-radius: 24px;
}

.section-staff .card .text-wrapper {
    font-size: 16px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .atf.staff {
        height: fit-content;
        position: relative;
    }

    .atf.staff  .container {
        padding: 20px;
    }    

    .atf.staff  h1 {
        padding: 0px;
    }

    .atf.staff  .img-wrapper {
        height: 500px;
        position: static;
        width: 100%;
        bottom: 0px;
        left: 0px;
        transform: none;
        z-index: 0;
        border-radius: 24px;
    }

    .atf.staff .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 26%;
    }
}

@media screen and (max-width: 991px) {

    .atf.staff .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 26%;
    }
}

@media screen and (max-width: 468px) {

    .atf.staff .container {
        padding-left: 20px;
        padding-right: 20px;
    }    

    .featured-staff img {
        height: 400px;
    }
}