body.ucet .tiles {
    display: flex;
    flex-wrap: wrap;
}

body.ucet .tiles .tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(50% - 16px);
    background: #E7E7E7;
    padding: 16px;
    margin: 0 16px 16px 0;
    font-size: 16px;
    color: black;
}

body.ucet .tile header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
}

body.ucet .tile header h2 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin: 0;
}

body.ucet .tile header .icon {
    display: flex;
    align-items: center;
    color: #CB0044;
    font-size: 13px;
}

body.ucet .tile .person {
    font-weight: bold;
}

@media (max-width: 960px){
    body.ucet .tiles .tile {
        width: 100%;
        margin-right: 0;
    }
}
