@media (max-width: 767px) {
    .section .col-md-6 {
        margin-bottom: 20px;
    }
    .hero-content {
        padding: 20px;
    }
    .contact-form .form-group {
        margin-bottom: 15px;
    }
    .footer .col-md-4 {
        margin-bottom: 30px; /* Tilføjet margin-bottom for bedre afstand i footeren */
    }
    .section img {
        margin-bottom: 20px; /* Tilføjet margin-bottom for bedre afstand under billeder */
    }
    .service-box {
        margin-bottom: 20px; /* Tilføjet margin-bottom for bedre afstand mellem bokse */
    }
    .section .col-md-4 {
        margin-bottom: 20px; /* Øget margin-bottom for hver kolonne */
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2em;
    }
    .hero-content p {
        font-size: 0.9em;
    }
    .cta-button {
        padding: 8px 15px;
        font-size: 0.8em;
    }
    .section-title {
        font-size: 1.5em;
    }
    .footer {
        padding: 20px 0;
    }
    .section .col-md-6 {
        margin-bottom: 30px; /* Øget margin-bottom for bedre afstand */
    }
    .section img {
        margin-bottom: 20px; /* Tilføjet margin-bottom for bedre afstand under billeder */
    }
    .service-box {
        margin-bottom: 30px; /* Tilføjet margin-bottom for bedre afstand mellem bokse */
    }
    .section .col-md-4 {
        margin-bottom: 30px; /* Øget margin-bottom for hver kolonne */
    }
}
