.lead-heading {
    color: black;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.headshot {
    background: rgb(199, 190, 190);
    width: 270px;
    height: 270px;
}

.home-section {
    padding-block: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.member-card {
    position: relative;
    background: #e0e0e0;
    padding: 6px;
    padding-bottom: 0;
}

.member-card img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
    display: block;
}

.cow_placeholder {
    height: 50px;
    opacity: 0.75;
}

.member-info {
    padding: 10px;
    padding-bottom: 6px;
}

.member-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0px;
    line-height: 1.5;
}

.member-info p {
    margin: 0;
    color: #777;
    font-size: 15px;
    font-weight: 700;
}

.member-info h2 {
    font-weight: 700;
}

.featured {
    grid-column: 1 / -1;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;

    padding: 8px;
    align-items: stretch;
}

.featured img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.featured .member-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px 20px 0;
    position: absolute;
    bottom: 10px;
    right: 100px;
}

.featured h2 {
    margin: 0 0 28px;
    font-size: 26px;
    line-height: 1.2;
}

.featured p {
    font-size: 16px;
    font-weight: 700;

}

.stripe {
    position: absolute;
    right: 7px;
    bottom: 6px;
    width: 8px;
    height: 52px;
}

.red {
    background: #ff1744;
}

.orange {
    background: #ff8054;
}

.blue {
    background: #5100c8;
}

.neon-blue {
    background: #355dff;
}

.yellow {
    background: #ffc862;
}

.light-yellow {
    background: #f9e4bc;
}

.magenta {
    background: #d46da5;
}

.featured-stripe {
    top: 16px;
    bottom: 16px;
    margin-right: 10px;
    height: auto;
    width: 14px;
}

.top .featured-stripe {
    display: flex;
    height: 10px;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 200px;
    height: 350px;
}

.top {
    width: 282px;

}

.top .member-info h2 {
    font-size: 32px;
    line-height: 1.3;
    width: 250px;
    height: 96px;
    display: flex;
    align-items: center;
    margin: 0;
}

.top .member-info p {
    height: 50px;
    display: flex;
    align-items: center;
}

.color-line {
    display: flex;
    margin:auto;
    width: 250px;
    height: 15px;
    margin-block: 20px;
}

.color-line span {
    height: 100%;
}

.line-1 .red {
    width: 50%;
    background: #ff1744;
}

.line-1 .purple {
    width: 50%;
    background: #4b00cc;
}

.line-2 span {
    flex: 1;
}

.line-2 .red {
    background: #ff1744;
}

.line-2 .purple {
    background: #4b00cc;
}

.line-2 .blue {
    background: #3563e9;
}

.line-2 .pink {
    background: #cc65a1;
}

.line-2 .yellow {
    background: #ffc861;
}

.line-2 .orange {
    background: #ff8147;
}

.line-2 .cream {
    background: #f8e5bd;
}

.line-3 .blue {
    width: 50%;
    background: #3d5cff;
}

.line-3 .pink {
    width: 50%;
    background: #cc65a1;
}