.border-art-container {
  display: flex;
  flex-direction: row;
  position: relative;
}

.etichetta {
  height: 50px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-bottom: 5px solid #c6634d;
  width: 95%;
  color: #c6634d;
  font-family: 'Inter Tight', sans-serif;
}

.border-arte-curve {
  width: 50px;
  height: 50px;
  position: relative;
  background: transparent;
  flex-shrink: 0;
}
.border-arte-curve::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%); 
  border-left: 5px solid #c6634d;
  border-top: 5px solid #c6634d;
  border-radius: 100% 0 0 0;
}
.border-arte-square {
  width: auto;
  flex: 1;
  position: relative;
  height: 50px;
  background: transparent;
  border-left: 5px solid #c6634d;
  border-bottom: 5px solid #c6634d;
}



@media screen and (max-width: 1000px) {
  .etichetta {
  height: 25px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #c6634d;
  width: 92%;
  color: #c6634d;
  font-family: 'Inter Tight', sans-serif;
}


  
  .border-arte-curve {
  width: 25px;
  height: 25px;
  position: relative;
  background: transparent;
  flex-shrink: 0;
  }

  .border-arte-curve::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%); 
  border-left: 2px solid #c6634d;
  border-top: 2px solid #c6634d;
  border-radius: 100% 0 0 0;
}

  .border-arte-square {
  width: auto;
  flex: 1;
  position: relative;
  height: 25px;
  background: transparent;
  border-left: 2px solid #c6634d;
  border-bottom: 2px solid #c6634d;
}
}


@media screen and (max-width: 600px) {
  .etichetta {
  height: 25x;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #c6634d;
  width: 88%;
  color: #c6634d;
  font-family: 'Inter Tight', sans-serif;
}


  
  .border-arte-curve {
  width: 25px;
  height: 25px;
  position: relative;
  background: transparent;
  flex-shrink: 0;
  }

  .border-arte-curve::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%); 
  border-left: 2px solid #c6634d;
  border-top: 2px solid #c6634d;
  border-radius: 100% 0 0 0;
}

  .border-arte-square {
  width: auto;
  flex: 1;
  position: relative;
  height: 25px;
  background: transparent;
  border-left: 2px solid #c6634d;
  border-bottom: 2px solid #c6634d;
}
}


@media screen and (max-width: 300px) {
  .etichetta {
  height: 25px;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #c6634d;
  width: 86%;
  color: #c6634d;
  font-family: 'Inter Tight', sans-serif;
}


  
  .border-arte-curve {
  width: 25px;
  height: 25px;
  position: relative;
  background: transparent;
  flex-shrink: 0;
  }

  .border-arte-curve::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%); 
  border-left: 2px solid #c6634d;
  border-top: 2px solid #c6634d;
  border-radius: 100% 0 0 0;
}

  .border-arte-square {
  width: auto;
  flex: 1;
  position: relative;
  height: 25px;
  background: transparent;
  border-left: 2px solid #c6634d;
  border-bottom: 2px solid #c6634d;
}
}