

.about-container {
    width: 100%;
    min-height: 100vh;
    background-color: rgb(255, 255, 255);


}
.list-prod-about {
  
  width: 50%;
    margin: 0 auto;
}

.list-prod-about li {
   line-height: 20px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 138, 42);
    text-indent: 30px;
    list-style: square;
    text-align: center;
 
}

.text-discr-about {
 
    text-indent: 20px;
    margin-top: 15px;
   font-family: Arial, Helvetica, sans-serif;
   color: rgb(253, 121, 45);
}


.breif-profile p {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(252, 252, 252);
    font-size: larger;
    text-align: center;
    background-color:  rgb(253, 121, 45);
}



















@media only screen and (max-width: 1025px) {
    

.about-container {
    width: 100%;
    min-height: 100vh;
    background-color: rgb(255, 255, 255);


}
.list-prod-about {
  
  width: 98%;
    margin: 0 auto;
}

.list-prod-about li {
   line-height: 20px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 138, 42);
    text-indent: 30px;
    list-style: square;
    text-align: center;
 
}

.text-discr-about {
 
    text-indent: 20px;
    margin-top: 15px;
   font-family: Arial, Helvetica, sans-serif;
   color: rgb(253, 121, 45);
}


.breif-profile p {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(252, 252, 252);
    font-size: larger;
    text-align: center;
    background-color:  rgb(253, 121, 45);
}



}

