.bg-primary-dark {
    --bs-bg-opacity: 1;
    background-color: #532599 !important;
    background-image: url(../assets/cta-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-company {

    h2,
    h4,
    h5,
    p,
    span {
        font-family: "Inter", sans-serif !important;
    }

    h5 {
        font-weight: 600
    }

    h2 {
        font-size: 35px;
        font-weight: 600
    }
}