
.hero-header {
    width: 100%;

    padding-top: 0;
    margin-top: 0;

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    height: 70vh;

    display: flex;
    justify-content: right;

    min-height: 30em;
}

.hero-header h1 {
    color: white;
    text-align: right;
    margin-top: 0;
    padding-top: 20vh;
    padding-right: 8vw;
    font-size: 50px;
    max-width: 270px;

    text-shadow: rgb(51, 51, 51) 2px 2px 0px;

    direction: rtl;
}

h1 {
    width: 100%;
    text-align: center;
    color: darkgreen;
}
