﻿.emp-hero {
    padding: 80px 16px 80px;
    text-align: center;
}

.emp-hero__eyebrow {
    font-size: 16px;
    letter-spacing: .16em;
    color: #7a8495;
    font-weight: 400;
    margin-bottom: 10px;
}

.emp-hero__title {
    font-size: 48px;
    color: #4D5B71;
    font-weight: 700;
    margin: 0;
}

.emp-why__headline {
    font-size: 40px;
    line-height: 1.05;
    color: #4D5B71;
    font-weight: 700;
    margin: 0 0 14px;
}

.emp-why__text {
    color: #4D5B71;
    line-height: 1.55;
    font-size: 18px;
    max-width: 420px;
    margin: 0 0 18px;
    font-weight: 400;
}

.emp-why__cta {
    font-size: 16px;
    font-weight: 600;
    border-radius:8px;
}

.emp-why__container {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    display: grid;
    grid-template-columns: 1.05fr 1.95fr;
    gap: 22px;
    align-items: start;
}

.emp-card__title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #4D5B71;
}

.emp-card__text {
    margin: 0;
    color: #4D5B71;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.emp-card {
    border: 1px solid rgba(32, 178, 167, .55);
    border-radius: 12px;
    padding: 18px;
    background: #fff;
    min-height: 210px;
}