.col-title{
    padding-bottom: var(--heading-padding-bottom);
}

.col-subtitle{
    text-transform: uppercase;
    color: var(--root-color-faded-half);
    padding-bottom: var(--subheading-padding-bottom);
}

.section-subtitle{
    text-transform: uppercase;
    color: var(--root-color-faded-half);
}

.col-buttons .btn{
    margin-top: 0.5rem;
}

.thumbnail-text{
    width: 100%;
    display: block;
    padding-bottom: 3rem;
}

.thumbnail-text p{
    padding-bottom: 0;
    font-size: var(--font-size-regular);
    line-height: 130%;
}

.two-columns .btn{
    margin-top: 0;
}

.subhead-top .col-subtitle{
    padding-bottom: 0.5rem!important;
}
.subhead-top .col-title {
    padding-bottom: 2rem!important;
}

.col-description a{
    text-decoration: underline;
}
.col-description a:hover{
    color: var(--color-solidorange);
}