
h2 {
    font-size: 1.8rem;
}

a {
    color: black;
    text-decoration: underline;

    &:hover {
        text-decoration: none;
    }
}

.tire-test img {
    width: 100%;
}

.tire-test .test-title {
    font-size: 1.15rem;
}

.tire-test .test-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 1.4rem;
    }

    .tire-test .test-title {
        font-size: 1.1rem;
    }
}