header {
    background-image: url('../images/product-page/productbackgroundheader.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
    background-color: #172936;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

header .product h1 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-family: gilroy-bold;
    font-size: 56px;
    font-style: normal;
    line-height: 67.2px;
    color: white;
}

header .product {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .product img {
    height: 300px;
}

header .product p {
    color: #B8B8B8;
    margin-left: 200px;
    margin-right: 200px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 50px;
    width: 800px;
}

header .product p:nth-child(2) {
    display: none;
}