.my-attention-block, .my-info-block, .my-stop-block{
    margin: 0 20px 30px;
    padding: 20px 20px 20px 80px;
    clear: both;    
    position:relative;
    font-size: 18px;
}

.my-info-block{
    background: rgba(76,183,73,.1);
    background-repeat: repeat;
    background-image: url('img/info-block-bg.png');
    border: 3px solid #b5d675;	
}


.my-info-block:before{
    display: block;
    content:"";
    width:40px;
    height: 51px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    background: url('img/info-block-icon.png') center center no-repeat;
}

    
.my-attention-block{
    background: rgba(247,198,22,.1);
    background-repeat: repeat;
    background-image: url('img/attention-block-bg.png');
    border: 3px solid #f5c961;
}

.my-attention-block:before{
    display: block;
    content:"";
    width:40px;
    height: 51px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    background: url('img/attention-block-icon.png') center center no-repeat;
}


.my-stop-block{
    background: rgba(223,34,39,.1);
    background-repeat: repeat;
    background-image: url('img/stop-block-bg.png');
    border: 3px solid #f46565;
}

.my-stop-block:before{
    display: block;
    content:"";
    width:40px;
    height: 51px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    background: url('img/stop-block-icon.png') center center no-repeat;
}

.my-adv-block {
    margin: 20px 30px;
    padding: 20px 20px 20px 80px;
    clear: both;    
    position:relative;
    border:1px solid red;
    background: rgba(223,34,39,.1);
}

@media (max-width: 640px) { 
    .my-attention-block:before , .my-stop-block:before , .my-info-block:before {
        background-image:none;
    }
    .my-attention-block, .my-info-block, .my-stop-block {
        padding-left:20px;
    }
}    

.post .size-full {
	max-width: 100% !important;
    height: auto !important;
}

.post .size-large {
	max-width: 100% !important;
    height: auto !important;
}