div#buying-guide {
    background: var(--color-light-gray);
    padding: .1rem 2rem;
}

.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;
}


.tstat-buying-guide .section-3 .tab-1.copy-title,
.tstat-buying-guide .section-1 .card1 {
    background: #eef6e2;
    border-top: 5px solid var(--color-branding-secondary);
}

.tstat-buying-guide .section-3 .tab-2.copy-title,
.tstat-buying-guide .section-1 .card2 {
    background: #fde6d1;
    border-top: 5px solid var(--color-branding-tertiary);
}

.tstat-buying-guide .section-3 .tab-3.copy-title,
.tstat-buying-guide .section-1 .card3 {
    background: #d9f4f8;
    border-top: 5px solid var(--color-branding-primary);
}

@media only screen and (min-width: 768px) {

    .tstat-buying-guide .card-set .card {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: unset;
    }

    .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);
    }

}




