/* Sectors/References Text Section */
.sectors-section {
    padding: 20px 0 60px 0;
    background-color: #fff;
    width: 100%;
}

.sectors-content {
    font-family: 'Poppins', sans-serif;
    font-size: 31px;
    font-weight: 800;
    /* Extra Bold */
    color: #d7d5d5;
    /* Light Gray */
    line-height: 55px;
    letter-spacing: 2.1px;
    text-align: center;
    max-width: 1321px;
    /* Constrain width to force similar wrapping/centering */
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .sectors-content {
        font-size: 24px;
        line-height: 40px;
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .sectors-content {
        font-size: 18px;
        line-height: 30px;
        padding: 0 15px;
    }
}