#vinduespudsning {
    margin-top: 90px;
}

.vinduespudsning-billeder {
    height: 200px;
    width: 300px;
    border-radius: 15px;
      object-fit: cover; 
}

.vinduespudsning-metoder-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
}

.vinduespudsning-metoder {
    display: flex;
    margin: auto;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
}

.vinduespudsning-tekst {
    max-width: 1000px;
    padding: 20px;
}

.h1-intro {
    margin-left: 15px;
}


@media screen and (min-width: 768px) {

    .vinduespudsning-billeder {
        height: 300px;
        width: 300px;

    }

    .vinduespudsning-metoder-container {
        margin-right:auto;
        flex-direction: row;
        justify-content: space-between;


    }
}