body {
    font-size: 14px;
    color: #0a0000;
}
.product-item, .swiper-wrapper{
    display: flex;
    justify-content: center;
    margin-left: 70px;
    flex-direction: column;
}
.container, .silver-fine {
    display: flex;
    flex-direction: column;
    margin: 50px 0px;
}
.title_modules {
    font-size: 1.5em;;
    align-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    text-align: center;
}
h2 {
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a {
    text-decoration: none;
    color: #71bec2;
 }
.swiper-slide {
    width: 330px; 
    margin: 20px;
 }
.image_thumb img{
    width:310px; 
    height:340px;
}
.product-name a {
    color: #231f20;
    line-height: 30px;
    display: block;
    font-size: 16px;
    font-weight: 548;
    min-height: 25px;
}
   h3 :hover {
    color: #71bec2;
    
  }
  .price-box {
    color: #e8002d;
    line-height: 23px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    min-height: 25px;
  }
.swiper-slide-next{
    width: 330px; 
    height: 550px;
    margin-right: 150px;
}