.despre {
  padding-top: 15%;
  overflow: hidden;
}

.first-pic {
  width: 70%;
  float: left;
}

.second-pic {
  width: 28%;
  float: left;
  margin-top: 15%;
  margin-left: 2%;
}

.third-pic {
  width: 50%;
  margin-left: 20%;
  margin-top: -10%;
}

.slide-beneficii {
  width: 30%;
  float: left;
  margin-right: 3%;
  text-align: center;
}

.beneficiu-img {
  width: 30%;
  margin: 2% 35%;
}

.beneficiu-text {
  text-align: center;
  width: 90% !important;
}

.directionare {
  padding: 2% 0;
}

/* .produse .btn {
  width: 50%;
  margin-left: 25%;
} */

.produse {
  padding: 5% 2%;
  text-align: center;
}

.produse p {
    margin-bottom:5%;
}

.produse-ext {
  background-image: url("../../foto/despre/produse-exterior.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1%;
}

.produse-int {
  background-image: url("../../foto/despre/produse-interior.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1%;
}


.animated {
width:30%;
height: 100%;
position:absolute;
top:30%;
right: 35%;
}

.animated-1 {
    width: 30vw;
    height: 15px;
    margin: 12vw 5vw 0;
    animation: slideInRight .5s linear;
    
}

.animated-2 {
width:15px; 
height:30vw;
margin: 0% 5vw;
opacity:0;
  animation: slideInTop .5s .7s ;
  animation-fill-mode: forwards;

}



.animated-3 {
width:15px; 
height:30vw;
margin:-30vw 5vw 0% 34vw;
opacity:0;
animation: slideInBottom .5s 1s ;
animation-fill-mode: forwards;
}


.animated-4 {
    width: 30vw;
    height: 15px;
    margin: 0% 5vw 0;
    opacity:0;
    animation: slideInLeft .5s 1.2s ;
    animation-fill-mode: forwards;
    
}

@media only screen and (max-width: 768px) {
  .produse-ext {
    margin-bottom: 2%;
  }

.despre {
    padding-top:35%;
}

.produse {
    padding:15% 2% 25%;
}
  .first-pic {
    width: 100%;
  }

  .second-pic,
  .third-pic {
    width: 100%;

    margin: 1% 0;
  }

  .slide-beneficii {
    width: 100%;
  }
}
