.anclas_vinos{
    padding-bottom:20px!important;  
	 background-image: linear-gradient(90deg, rgba(242, 225, 199, 1) 0%, rgba(211, 167, 103, 1) 21%, rgba(241, 205, 134, 1) 60%, rgba(185, 131, 54, 1) 100%);
}
.anclas_vinos ul{
	 list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin: 0;
    flex-wrap: wrap; 
}
.anclas_vinos li{
color: rgba(3, 3, 3, 1);
    font-family: "Libre Bodoni";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2.9px;
    text-align: center;
    line-height: 18px;
    text-transform:capitalize;
    margin:25px 16px 10px;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .anclas_vinos ul {
    justify-content: center;
  }

  .anclas_vinos li {
    text-align: center;
  }
}.anclas_vinos{
    padding-bottom:20px!important;  
	 background-image: linear-gradient(90deg, rgba(242, 225, 199, 1) 0%, rgba(211, 167, 103, 1) 21%, rgba(241, 205, 134, 1) 60%, rgba(185, 131, 54, 1) 100%);
}
.anclas_vinos ul{
	 list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin: 0;
    flex-wrap: wrap; 
}
.anclas_vinos li{
color: rgba(3, 3, 3, 1);
    font-family: "Libre Bodoni";
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2.9px;
    text-align: center;
    line-height: 18px;
    text-transform:capitalize;
    margin:25px 16px 10px;
}
@media (max-width: 768px) {
  .anclas_vinos ul {
    justify-content: center;
  }

  .anclas_vinos li {
    text-align: center;
  }
}