﻿.card-body h4 {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 24px;
    line-height: 1.6;
    font-weight: 400;
    font-family: var(--font-secondary);
}

.why-us-item h4 {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.6;
    font-weight: 400;
    font-family: var(--font-secondary);
    margin-top: 10px;
}

.slide-title-replacer {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
    max-width: 700px;
    font-family: var(--font-primary);
    line-height: 1.1;
    color: #fff;
}

@media (max-width: 768px) {

    .slide-title-replacer{
        font-size:1.3rem;
    }
}