.last_myths{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px;
    text-align: right;
}
.last_ava img{
    width: 90px;
    height: 90px;
    filter: saturate(0.1);
opacity:0.5;
border: 4px solid #a67f88;

}
.boxx_last{    
    width:180px;
    padding:10px;    
    height: 80px;
    margin:5px;
}
.last_link{
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
}
.boxx_last span{
font-size: 11px;
}
.boxx_last g{
    color: red;
}