a {
    color: #2F96B4;
    text-decoration: none;
}

a:hover {
    color: #33648c;
}

h5 {
    margin: 0;
}

ul {
    list-style-position: inside;
    padding-left: 0;
    margin-block-end: 3px;
}

.pl-browser-check {
    user-select: none;
    font-family: "Source Sans Pro", sans-serif;
    color: #747678;
    max-width: 560px;
    margin: auto;
    padding-top: 100px;
    line-height: 1.64;
}

.subtitle {
    font-size: 14px;
    font-weight: 200;
}

.browsers {
    display: flex;
    flex-wrap: wrap;
}

.browser-item {
    flex: 50%;
    margin-top: 10px;
}

.browser-title {
    display: flex;
}

.browser-name {
    margin-top: 4px;
}

.browser-icon img {
    width: 45px;
    height: 30px;
}

.browser-description {
    font-size: 12px;
    padding-left: 10px;
    font-weight: 200;
}

.sub-caption {
    font-style: italic;
    font-size: 10px;
    font-weight: 300;
}