.hero {
    padding: 15.5% 0 12.5%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.05;
}

.hero .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.hero h1 {
    font-size: 5.5rem;
    color: #212c39;
    max-width: 34rem;
    text-align: center;
    line-height: 84%;
    letter-spacing: -1.65px;
}

.hero p {
    font-size: 1.5rem;
    max-width: 35rem;
    text-align: center;
    line-height: 150%;
    letter-spacing: -0.16px;
    font-weight: bold;
    background: #212c39;
    color: white;
    padding: 20px;
    border-radius: 1.5rem;
}

.intro-image {
    width: 40%;
    height: auto;
}
