.cca-structured-content {
    font-family: inherit;
    color: #333333;
}

.cca-intro-text p,
.cca-section-body p,
.cca-footer-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 0;
}

.cca-red-heading {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3;
}

.cca-intro-text a,
.cca-section-body a,
.cca-footer-text a {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cca-intro-text a:hover,
.cca-section-body a:hover,
.cca-footer-text a:hover {
    color: #000000;
    text-decoration: underline;
}

.cca-side-image {
    object-fit: cover;
    border-radius: 2px;
}

@media (min-width: 992px) {
    .pr-lg-5 {
        padding-right: 3rem !important;
    }
}