body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: var(--cordros-gray);
}

.btn-cordros {
    background-color: var(--cordros-red);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-cordros:hover {
    background-color: var(--cordros-dark-red);
    color: white;
    transform: translateY(-2px);
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
}

.semi-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.animated-circles {
    display: flex;
    align-items: center;
}

.small-circle-start,
.small-circle-end {
    width: 12px;
    height: 12px;
    background-color: var(--cordros-red);
    border-radius: 50%;
    margin: 0 15px;
}

.semi-title .title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--cordros-red);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.title h2 {
    font-weight: 700;
    color: var(--cordros-dark);
    margin-bottom: 1rem;
}

.title p.lead {
    color: #666;
    font-size: 1.2rem;
}
