*{
    collor: red;
}

.hero-section{
    .hero-section__header .section-header__main{
        font-family: "Judson", serif;
        font-family: "Judson", serif;
        font-size: 6rem;
        letter-spacing: 5px;
        text-shadow: 2px 2px 3px rgba(66, 68, 90, 1);
    }
    .section-header__intro{
        margin: 0px auto;
        text-align: center;
    }
}



.hero::before {
    background: #00000087;
}

.company-experience-counter {
    width: 75px !important;
}

.numbers-section__icon{
    svg, path{
        fill: black;
    }
}