.specialists {
    padding: 6rem 0;
    text-align: center;
    background-color: #f1eeea;
}

.specialists h2 {
    max-width: 750px;
    margin: 0 auto;
}

.specialists-icons {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 2rem;
}

.specialist-icon {
    font-size: 2.5rem;
    color: #d4af37;
}