.serviciu {
  padding: 15% 15% 5%;
  background-image: url("../../foto/servicii/1/foto-1-carusel.png");
}

.produs-container {
  height: 100vh;
  margin: 1% 0;
}

.despre .full {
    height:50vh;
}
.produs-field {
  height: 100%;
}

.produs-field img {
  height: 100%;
  width: 98%;
 object-fit:cover;
}


.leftimg {
  margin-right: 2%;
}

.rightimg {
  margin-left: 2%;
}


.text-field {
  padding: 10%;
  display: flex;
  flex-direction: column;

  justify-content: space-around;
}

.text-field a {
  width: 40%;
  margin-right: 5%;
  padding: 2%;
}

@media only screen and (max-width: 768px) {
  .produs-field img {
    width: 100%;
    margin: 2% 0;
  }

  .text-field a {
    width: 70%;
    margin: 2% 15%;
  }

  .produs-container {
    height: auto;
  }

  h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 0;
    margin-top: 30%;
  }
}
