﻿body {
    color: #1a1b1f;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.hero-heading-center {
    background-color: #f5f7fa;
    padding: 3rem 1rem 2rem 1rem;
}

.centered-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.hero-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
    max-width: 100%;
}

.employee-img {
    width: 80%;
    max-width: 80%;
    height: auto;
    object-fit: cover;
}

.section {
    margin-top: -6rem;
    padding-top: 6rem;
}

.section-heading-wrap {
    text-align: center;
    margin-top: 5rem;
}

.label.light {
    opacity: 0.6;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

h2.heading {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem;
}

@media (max-width: 1340px) {
    .employee-img {
        width: 100%;
        max-width: 100%;
        min-height: 300px;
        object-fit: cover;
    }
}
