﻿/* Параллакс хедер */
.hero-section {
    height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    position: relative;
    background: url('/wwwroot/images/3.png') center center / cover no-repeat;
}

.mission-section {
    padding: 100px 20px;
    color: white;
    text-align: center;
    background: url('/wwwroot/images/4.png') center center / cover no-repeat;
}
