﻿.divPublicItem {
    float: right;
    width: 32%;
    text-align: right;
    border: 1px solid #e1e1e1;
    margin: 0.5%;
    padding: 5px;
    border-radius: 5px;
}

.aPublicItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.divSocialItemCan {
    
    display: none;
}

.aPublicItem img {
    width: 100%;
   
    margin: 0 0 0 0px;
}