.sectionA {
    padding: 8% 10%;
    text-align: center;
    font-family: "Quantico", sans-serif;
}

.sectionA h1 {
    font-size: clamp(2rem, 6vw, 4.5rem);
    color: azure;
    line-height: 1.1;
    margin-bottom: 20px;
}

.sectionA p {
    font-size: clamp(1rem, 3vw, 2.5rem);
    line-height: 1.5;
    color: white;
    max-width: 900px;
    margin: 0 auto;
}
