﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
.item-annuncio
{
    border:1px solid #e1e1e1;
    margin-bottom:15px;
    padding:10px
}
    .item-annuncio h3 {
        color: #1a73e8;
        font-weight: 400;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        margin-bottom:5px;
        margin-top:15px
  
    }
    .item-annuncio b {
        color: #202124
    }
    .item-annuncio p {
        color: #5f6368;
        font-size: 14px;
        letter-spacing: .15px;
        margin: 0;
        font-family: 'Roboto', sans-serif;
    }