.card-box-company-info {
	border: 1px solid rgba(0, 0, 0, .125);
	padding: 15px;
	border-radius: 5px;
}

        /* Informatie blokken */
        .contact-page-section {
            margin-bottom: 22px;
        }

        .contact-page-section:last-child {
            margin-bottom: 0;
        }

        /* De Labels - Vetgedrukt en Hoofdletters voor contrast */
        .contact-page-label {
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #1a1a1a;
            margin-bottom: 4px;
            display: block;
        }

        /* De Waarden - Iets groter en rustiger van kleur */
        .contact-page-value {
            font-size: 15px;
            color: #474747;
            line-height: 1.5;
            display: block;
            text-decoration: none;
            font-style: normal;
        }

        /* Klikbare links */
        .contact-page-link {
            color: #006ce4;
            text-decoration: none;
            font-weight: 500;
        }

        .contact-page-link:hover {
            text-decoration: underline;
        }

        /* Mobiele optimalisatie */
        @media (max-width: 480px) {
     
        }