

.gr{
 background: #22DE6C;
border-radius: 39.2958px;
}

.red{
  background: #E62200;
border-radius: 39.2958px;
}

.yl{

background: #FFB800;
border-radius: 39.2958px;

}
.product-item-container:not(:last-child){
  margin-bottom: 60px;
}
.image_docs{
  border-radius: 50px;
  background: #FFF;
  width: 100%;
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_docs a{
  display: block;
  width: 100%;
  height: 100%;
}
.image_docs img{
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 50px;
  height: 100%;
  object-fit: cover;
}
.instructions_text-block{
  display: flex;
  flex-direction: column;
  padding: 21px 0;
  height: 100%;
}
.lavel{
  border-radius: 50px;
  font-size: 15px;  
  font-weight: 400;
  color: #FFF;
  margin-bottom: 37px;
  padding: 9px 44px;
  width: fit-content;
}
.instruction_name{
  color: var(--text-black);
  font-size: 25px; 
  font-weight: 600;
  margin-bottom: auto;
}
.date_publish{
  color: var(--text-light-gray);
  margin-bottom: 19px;
}
.button.button_instruction{
  max-width: 221px;
  height: 62px;
  margin-top: 30px;
}
.anons_publish{

}
.lavel_mob.lavel{
  display: none;
}
@media(max-width: 1400px){
  .lavel{   
    margin-bottom: 35px;  
  }
  .instruction_name{   
    font-size: 22px;    
  }
  .image_docs{
    height: 405px;
  }
  .instructions_text-block{
    padding: 0;
  }
}

@media(max-width: 991px){
  .lavel{
    display: none;
  }
  .lavel_mob.lavel{
    display: block;
    margin-bottom: 25px;  
  }
  
  .instruction_name{   
    font-size: 18px;   
    margin-bottom: 30px; 
  }
  .date_publish{
    margin-bottom: 9px;
  }
  .button.button_instruction{
    height: 53.244px;
    font-size: 15px;
    margin-top: 35px;
  }
 
}
@media(max-width: 767px){
  .image_docs{
    border-radius: 30px;    
    height: 247px;
   
  }
  .image_docs img{
    border-radius: 30px;   
  }
}