.sample_box12 {
   width: 340px;
   padding: 5px;
   margin: 2em auto;
   background: #f8f8ff;
   color: #808080;
   box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
   word-break: break-all;
}
.sample_box12 p {
    margin: 0; 
    padding: 0;
    font-size: 0.9em;
}
.sample_box12_tape {
    width: 50%;
    height: 35px;
    margin: -25px auto 0;
    background: rgba(255, 0, 255, 0.5);
    transform: rotate(-3deg);
    opacity: 0.9;
}
.sample_box12_title {
    text-align: center;
    font-size: 1.3em!important;
    margin-top: 10px!important;
}