h2 img{margin:2% 0;}
.content{z-index: 0;position: relative;overflow: hidden;}
.content:after{position: absolute;content: "";width: 194px;height: 90px;right:0;bottom: 0;background: url(../Image/0808035_dot.png) no-repeat;background-size: 100% auto;transform: rotate(180deg);z-index: -1;}
.content p{z-index: 0;}
.content span img{float: right;box-shadow:-10px -10px 0px #e1dfdc;transform: skewY(-2deg);}
@media (max-width:767px){    
    .content span img{width: 60%;height: auto;transform:skewY(0deg);}
    .content p{width: 35%;}
    .content p:nth-of-type(8){width:auto;}
    .content:after{display: none;}
    .label{display: block;}
    @media screen and (max-width:320px){.content p{width: 45%;}}
}
@media (min-width:1px) and (max-width:1199px){h2 img{width: 100%;}}