a:hover {
    cursor: pointer;
}

.main {
    width: 100vw;
    padding: 56px 0;
}

@media (min-width: 1px) and (max-width: 767px) {
    .main {
        bottom: 74px;
    }
}

.landing-item {
    width: 100vw;
    height: 450px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: left;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
    display: flex;
}

.people {
    background-image: url("/img/people-card.png");
}

.people-item {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.people-details {
    width: 90%;
    height: 100%;
    text-align: center;
    background-color: #10101080;
    padding: 0% 5%;
}

.people-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.btm-links {
    flex: auto;
    height: min-content;
    display: flex;
    align-content: stretch;
    display: none !important;
}

.btm-links a {
    text-decoration: none;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
}

.people-contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.person {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    max-width: calc(100% / 2);
}

.person-img {
    aspect-ratio: 1;
    width: 96px;
    height: 96px;
    width: auto;
}

.person-info {
    display: block;
    text-align: left;
    width: calc(100% - 96px);
}

.person-name, .person-details {
    margin: 4px 0 4px 12px;
}

.person-links {
    margin: 8px 0 4px 12px;
}