.production{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.p-hide{
    z-index: 2;
    width: 100%;
    position: relative;
    background-color: white;
    height: 150px;
}

.p-text{
    position: relative;
    background-color: white;
    z-index: 2;
    width: 100%;
    height: 150px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    font-size: 50px;
    letter-spacing: 5px;
    font-family: 'Podkova', serif;
}

.p-section{
    width: 50%;
    height: 715px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.p-section2, .p-section3{
    z-index: 0;
}
.p-section6{
    z-index: -1;
}
.p-section1, .p-section4, .p-section5{
    background-color: lightgray;
    z-index: 1;
}

.p-s-text{
    width: 400px;
}

.p-s-header{
    font-size: 20px;
    font-weight: 800;
}

.p-image1,.p-image2,.p-image3{
    position: absolute;
    height: auto;
}

.p-image2{
    top: -50px;
    height: 1020px;
    width: 50%;
}

.p-image1{
    top: -220px;
    height: 950px;
}
.p-image3{
    top: 400px;
    width: 50%;
    height: 900px;
}
.p-section-text{
    cursor: pointer;
    color: white;
    font-family: 'Podkova', serif;
    font-size: 50px;
    text-shadow: 0px 2px rgba(255, 255, 255, 0.5);
}
.p-section-text{
    margin-top: 80px;
}