.header {
    position: relative;
    background: url('../img/main-img.webp') center center;
    background-size: cover;
    width: 100%;
    padding: 1rem;
}

.header-banner {
    background: var(--color-dark-shadow);
    width: 60%;
    margin: 0 auto 3rem;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.5));
}

.header-banner-logo {
    aspect-ratio: auto;
    height: 3.5rem;
    margin-bottom: 0.5rem;
}

.header-banner-company{
    font-weight: 300;
    margin-bottom: 1rem;
}

.header-banner-title {
    text-align: center;
    margin-bottom: 0.5rem;
}

.header-banner-subtitle {
    display: flex;
    width: 90%;
    align-items: center;
    gap: 3%;
}

.header-banner-subtitle-line {
    height: 1px;
    background-color: #fff;
    flex-grow: 1;
    min-width: 10%;
}

.header-banner-subtitle-text {
    color: var(--color-gray);
    font-size: 1.5rem;
    text-align: center;
}

.header-gallows {
    position: absolute;
    top: 0;
    right: 5rem;
    height: 7rem;
    aspect-ratio: auto;
}

.header-description {
    width: 80%;
    margin: 0 auto 3rem;
    line-height: 1.5;
}

.header-link {
    display: block;
    width: 19.5rem;
    margin: 0 1rem 1rem auto;
}

.header-hand{
    right: 2rem;
    z-index: 3;
    top: 20rem;
    transform: rotate(-15deg);
}

