.tstat-buying-guide .section-1 .card-set {
    gap: 2rem;
}

.tstat-buying-guide .section-1 .card-set h4 {
    margin-top: 0;
}

.tstat-buying-guide .section-2 .img {
    width: 10rem;
    padding: 2rem 2rem 0 2rem;
}

.tstat-buying-guide .section-2 {
    margin: 2rem 0;
}

.tstat-buying-guide .section-3 h2 {
    margin-top: 1rem;
}

.tstat-buying-guide .section-3 th,
.tstat-buying-guide .section-3 td {
    text-align: center;
}

.tstat-buying-guide .section-3 th:first-child,
.tstat-buying-guide .section-3 td:first-child {
    text-align: left;
}

span.check {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: var(--color-branding-secondary);
    padding: 0 .5rem;
}

.product-info-wrapper h2.copy-title::after {
    top: .75rem;
}

.tstat-buying-guide .section-3 .copy-title {
    padding: 1rem;
}

.tstat-buying-guide .section-1, 
.tstat-buying-guide .section-2, 
.tstat-buying-guide .section-3 {
    margin: 3rem 0px;
}

@media only screen and (min-width: 768px) {

    .card-set .card {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .tstat-buying-guide .section-2 .card {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .tstat-buying-guide .section-2 .img {
        width: 10rem;
        padding: 0;
        height: fit-content;
    }

    .tstat-buying-guide .section-2 .wrapper {
        padding: 2rem;
        background: var(--color-light-gray);
    }

}



