.leadership {
    margin-top: 100px;
    margin-bottom: 128px;
}

.leadership-header h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #3a3a3a;
    margin-bottom: 48px;
    padding-bottom: 1rem;
    border-bottom: 0.67px solid #718096;
}

.leadership-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.leadership-item {
    display: flex;
    flex-direction: column;
}

.leadership-item img {
    margin-bottom: 1rem;
}

.leadership-item h4 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #303030;
}

.leadership-item-position {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #f2562c;
}

@media screen and (max-width: 768px) {
	.leadership-inner {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
	}
}
