.tags {
    margin: 15px 0px;

    font-size: 0;
}
.tags span{
    display: inline-block;

    margin: 0 8px 16px 0;
    padding: 0 10px;

    color: #5fafd2;
    border: 1px solid #e5e5e5;
    border-radius: 42px;

    font-size: 20px;
    line-height: 24px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .tags {
        margin: 30px 0px;
    }

    .tags span{
        height: 40px;
        margin: 0 10px 20px 0;
        padding: 0 15px;

        border-radius: 36px;

        font-size: 28px;
        line-height: 32px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .tags {
        margin: 13px 0px;
    }

    .tags span {
        height: 28px;
        margin: 0 5px 10px 0;
        padding: 0 10px;

        border-width: 1px;
        border-radius: 28px;

        font-size: 18px;
        line-height: 24px;
    }
}
