.where_to_buy{
	display: none !important;
}
.instructionPage{

    width: 100%;
    max-width: 800px;
    margin: 0px auto;
  }
  .instructionPage h1, .instructionPage h2{
  
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
  }
  .instructionPage p {
  
  }
  .instructionPage .instructionBlock{
  
  }
  .instructionPage .instructionHead{
  
    text-transform: uppercase;
    background-color: yellow;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: bold;
  }
  .instructionPage .imgBlock {
  
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .instructionPage .imgBlock > div{
    
  text-align: center;
  padding: 20px 0px;
  }
  .instructionPage .imgBlock > div:nth-child(1){
  
  border-right: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  }
  .instructionPage .imgBlock > div:nth-child(2){
      
  border-bottom: 2px solid #cecece;
  }
  .instructionPage .imgBlock > div:nth-child(3){
      
  border-right: 2px solid #cecece;
  }
  .instructionPage .imgBlock > div:nth-child(4){
      
  }
  .instructionPage .imgBlock > div > img{
  
  }
  .instructionPage .imgBlock > div > .subtitle{
  
  display: flex;
  align-items: center;
  margin-top: 20px;
  }
  .instructionPage .imgBlock > div > .subtitle .number{
  
  min-width: 35px;
  height: 35px;
  background-color: yellow;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0px 20px;
  }
  .instructionPage .imgBlock > div > .subtitle > div:nth-child(2){
      
  text-align: left;
  }
  .instructionPage .imgBlock > div > img{
      
    width: 60%;
  }
  .instructionPage .tableInstruction{
  
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }
  .instructionPage .tableInstruction table{
  
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  }
  .instructionPage .tableInstruction thead{
  
  background: yellow;
  }
  .instructionPage .tableInstruction thead tr{
      
  }
  .instructionPage .tableInstruction thead tr th{
      
  padding: 6px 5px;
  }
  .instructionPage .tableInstruction thead tr th:nth-child(1){

  }
  .instructionPage .tableInstruction thead tr th:nth-child(2){
    
  text-align: left;
  }
  .instructionPage .tableInstruction thead tr th:nth-child(3){
    
  }
  
  .instructionPage .tableInstruction tbody tr td:nth-child(1){
    
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  }
  .instructionPage .tableInstruction tbody tr td:nth-child(2){
    
  border-right: 1px solid yellow;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  }
  .instructionPage .tableInstruction tbody tr td:nth-child(3){
    
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  }

  @media screen and (max-width: 640px){
    .instructionPage .imgBlock {

  display: flex;
  flex-direction: column;
    }
    .instructionPage .imgBlock > div:nth-child(1){
  
  border: none;
        }
        .instructionPage .imgBlock > div:nth-child(2){
            
  border: none;
        }
        .instructionPage .imgBlock > div:nth-child(3){
            
  border: none;
        }
        .instructionPage .imgBlock > div:nth-child(4){
            
  border: none;
        }
  }