.intro-cta-content {
    max-width: 56rem;
}

.services-tabs__serif,
[data-serif] {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.services-tabs__btn {
    background-color: transparent;
}
.services-tabs__btn:hover {
    background-color: color-mix(in srgb, var(--bs-secondary-color) 6%, transparent);
}
.services-tabs__btn.is-active {
    border-color: var(--bs-primary) !important;
    background-color: color-mix(in srgb, var(--bs-primary) 8%, transparent) !important;
}

.whyus-stacked-cards__grid {
    max-width: 56rem;
}

.whyus-stacked-cards__accent {
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 5rem;
}

.whyus-stacked-cards__thumb {
    width: 5rem;
    height: 5rem;
}

