.tiles
{
    margin-top: 2.75em;
}
.tile-h
{
    display: flex;
    margin: 0 15%;
}

.first-tiles{
    margin-top: 20px;
}
.t-image
{
    width: 12.5em;
    height: 12.5em;
}
.t-h-text
{
    font-size: 2em;
    line-height: 1.4;
    text-align: left;
    color: #3d4d65;
}
.t-s-text
{
    font-size: 1em;
    font-weight: 300;
    line-height: 1.67;
    text-align: left;
    color: #54657e;
}
.text
{
    width: 100%;
    padding-top: 1.5em;
    padding-left: 2em;
}
.t-date
{
    font-size: 0.87em;
    font-weight: 300;
    text-align: left;
    color: #8493a8;
    padding-top: 1.8em;
    display: inline-block;
    width: 100%;
}
.t-but
{
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.t-button
{
    padding: 0.8em 0;
    color: #8493a8;
    border: 2px solid #8493a8;
    border-radius: 1.375em;
    width: 10.5em;
    font-size: 0.75em;
    background: none;
}
.tile
{
    display: flex;
    margin: 0 15%;
    border-bottom: 1px solid #cad3df;
}
.tile .t-image
{
    width: 8.75em;
    height: 8.75em;
    margin-bottom: 1em;
}
.tile .text
{
    padding-top: 0.5em;
    padding-bottom: 1em;
}
.tile .t-date
{
    padding-top: 0.8em;
}
.tile .t-h-text
{
    font-size: 1.7em;
}