﻿.XT,
.XT-partial {
    margin-top: 50px;
    column-width: 200px;
    column-gap: 20px;
    height: fit-content;
    overflow: hidden;
    column-count: 2;
}

.XT.XT-partial.discount-program {
    column-count: 1;
}

.XT,
.XT-partial {
    padding-left: 1rem;
}

.XT h1,
.XT-partial h1 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 24px 0;
    padding: 0px;
}

.XT h2,
.XT-partial h2 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 24px 0;
    padding: 0px;
}

.XT h3,
.XT-partial h3 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 24px 0;
    padding: 0px;
}

.XT h4,
.XT-partial h4 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 24px 0;
    padding: 0px;
}

.XT h5,
.XT-partial h5 {
    font-family: Roboto;
    color: #2D3236;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 24px 0;
    padding: 0px;
}

.XT p,
.XT-partial p {
    font-family: Roboto;
    color: #2D3236;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 24px 0;
    padding: 0px;
}

.XT img,
.XT-partial img {
    object-fit: contain;
    margin-bottom: 24px;
    width: fit-content;
    height: fit-content;
    max-height: 100%;
    max-width: 100%;
}

.XT li,
.XT-partial li {
    font-family: Roboto;
    color: #2D3236;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
}

.XT a,
.XT-partial a {
    font-family: Roboto;
    color: #2D3236;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0px;
}

.XT ul > ::marker,
.XT-partial ul > ::marker {
    color: #2D3236;
}

.seo-questions {
    gap: 40px;
}

.seo-questions ul {
    padding-left: 0;
}

.seo-questions [class^="col-"] {
    flex: 1;
}

.seo-questions .title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 32px;
}

.seo-questions .subtitle {
    padding: 0 0 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.seo-questions .questions {
    list-style: none;
    padding: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.seo-questions .questions a {
    font-weight: 400;
}

.seo-questions .questions span {
    font-weight: inherit;
}

@media (max-width: 768px) {
    .XT,
    .XT-partial {
        column-count: 1;
    }
}

@media (max-width: 576px) {
    .XT-partial p,
    .XT-partial a,
    .XT-partial li {
        font-size: 18px;
    }
}