@charset "utf-8";







@media print,
screen and (min-width: 769px) {

 

    
       
    #postscript .inner{
        display: flex;
        justify-content:center;
        margin-top: 50px;
       }

    
    
       
    #postscript .images .image{
       width: 420px;
       margin-bottom: 10px;
    }
 
    #postscript .texts{
        margin-right: 30px;
        flex:1;
       }




}















@media only screen and (max-width: 768px) {


 
    



      #postscript .texts{
        margin-top: 6vw;
     }

     #postscript .images{
         margin-top: 20px;
     }
     #postscript .images .image{
       margin-bottom: 10px;
     }

    
   
   


}
