.epn-product {
    width: 100%;
    font-family: Poppins;
}
.epn-mainsection {
    background-image: url("https://xmc-mobile.pl/RC/EPN/EPN background.jpg") ;
    background-size: cover;


}
.epn-mainsectionbox {
    width: 100%;
    display: flex;
    padding-bottom: 5vw;
    padding-top: 20%;
    flex-wrap: wrap;

}
.epn-mainsectionphotobox {
    width: 100%;
    text-align: center;
}
.epn-mainsectiontextbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0.3em solid #72b251;
}

.epn-logo {
    width: 35%;
    position: absolute;
    top: 1%;
    left: 0%;
    padding-left: 5%;
    background: #ffffff;
}
.epn-mainphoto {
    width: 80%;
}
.epnproductnamedecor {
    color:#72b251;
}
.epn-productname {
    width: 80%;
    text-align: center;
    font-size: 4em;
    font-weight: 600;
    color: #4f606c;
}


.epn-parametersectionproductname {
    font-size: 2.4em;
    font-weight: 600;
    color: #4f606c;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 7vw;
}
.epn-productparameter {
    width: 80%;
    margin: auto;
    display: flex;
    font-size: 1.6em;
    font-weight: 500;
    color: #4f606c;
    padding-bottom: 1vw;
    padding-left: 2vw;
    

}
.epn-productparameterdecor {
    padding-right: 1vw;
    color: #72b251;
}
.epn-parametersectionphoto {
    width: 80%;

}

.epn-parametersectionrow {
    display: flex;
    width: 100%;
}
.epn-parametersectionphotobox {
    width: 50%;
    text-align: center;
}
.epn-productparametersbox {
    width: 50%;
}
.epn-parametersection {
    background: #ffffff;
    padding-bottom: 5vw;
}
.epn-productfamilyphotobox {
    width: 100%;
    text-align: center;
    margin-bottom: 1vw;
}
.epn-productfamilyphoto {
    width: 100%;
    margin: auto;
    text-align: center;
}
.epn-ytvideobox {
    display: flex;
    justify-content: center;
    padding-top: 5vw;
 
}
.epn-ytvideo {
    width: 90%;
    aspect-ratio: 16 / 9;

}
.epn-abouttext {
    width: 90%;
    text-align: center;
    margin: auto;
    padding-top: 3vw;
    font-size: 1.3em;
    font-weight: 400;
    color: #4f606c;
    padding-bottom: 5vw;
    
}
.epn-aboutsection {
    background: #e8e8e8;
    width: 90%;
    margin: auto;
}
.epn-aboutlogorow {
    display: flex;
    justify-content: center;
}
.epn-aboutphoto {
  width: 100%;
}
.epn-parametersectionrow2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
.epn-parametersectionphotorow2 {
  width: 40%;
  padding-right: 2vw;
}
.epn-parametersectionphotorow2a {
  width: 40%;
      border-left: 0.2em solid #dbdada;
  padding-left: 2vw;
}
@media screen and (max-width: 786px) {
    .epn-mainsectionbox {
        flex-wrap: wrap;
    }
    .epn-mainsectionphotobox {
        width:100%;
    }
    .epn-mainsectiontextbox {
        width: 100%;
    }
    .epn-productname {
        font-size: 2em;
    }
    .epn-mainsectionbackgroundphoto {
        height: 70%;
    }
    .epn-productparametersbox {
        width: 100%;
    }
    .epn-parametersectionphotobox {
        width: 100%;
    }
    .epn-parametersectionrow {
        flex-wrap: wrap;
    }
    .epn-parametersectionproductname {
        font-size: 1.5em
    }
    .epn-productparameter {
        font-size: 1.2em;
        
    }
    .epn-parametersectionrow2 {
        flex-wrap: wrap;
    }
    .epn-parametersectionphotorow2 {
        width: 100%;
    }
    .epn-parametersectionphotorow2a {
        width: 100%;
        border-left: none;
        border-top: 0.2em solid #dbdada;
    }
    .epn-abouttext {
        font-size: 1em
    }
}