thc {
    /* color: #808184; */
    /* font-weight: 700; */
    font-size: 10.5px;
    line-height: 14px;
    letter-spacing: .04em;
    padding-top: 0;
    margin-top: 50px;
}

thc h4 {
    text-align: left;
    font-family: var(--tertiary-font);
    font-size: 16px;
    font-weight: 1200;
    color: var(--primary-1);
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    box-sizing: border-box;
    display: block;
}

thc div .border {
    padding: 15px;
}

thc div .centered {
    margin-left: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

thc .plan-details, thc .warranty-details {
    margin: 0 180px;
}

thc ul {
    text-align: center;
    list-style-position: inside;
}

thc ul li {
    list-style: square;
    box-sizing: border-box;
    display: list-item;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: left;
    /* color: #808184; */
}

@media screen and (min-width: 993px) and (max-width: 1199px){
    thc .plan-details, thc .warranty-details {
        margin: 0 80px;
    }
}

@media screen and (max-width: 992px) {
    thc .plan-details, thc .warranty-details {
        margin: inherit;
    }
}