.stil{
    margin-top: 10px;
}
.stil h1 {
    color: #403a3af6;
    text-align: center;
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 500;
    padding-top: 80px;
}

.stil p {
    color: #403a3add;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}


.taske-section {
    display: flex;
    align-items: center;
    padding: 40px;
    justify-content: center;
}

.taske-info {
    width: 30%;
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    justify-content: center;
    height: 472px;
    padding-left: 30px;
    
}

.taske-info h3 {
    font-size: 20px;
    font-weight: bold;
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #000000dd;
    font-weight: 300;
    margin-bottom: 10px;

}

.taske-info h1{
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    text-align: left;
    font-size: 60px;
}
.taske-info p {
   margin-top: 150px;
}

.taskebilleder {
    display: flex;
    gap: 0;
    width: 65%;
}

.taske-card {
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    border: 0.5px solid #000000;
    padding-bottom: 15px;
    width: 100%;
}
.tasketekst {
    padding: 10px;
}

.taske-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    height: 400px;
    padding-bottom: 15px;
}

.taske-name {
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
}

.taske-price {
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    text-align: left;
}
.taske-section2 {
    display: flex;
    align-items: center;
    padding: 100px;
    justify-content: flex-end;
    display: flex;
    flex-direction: row-reverse;
}
.taske-info2 {
    width: 30%;
    background: #f6f4f0;
    text-align: right;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    justify-content: center;
    margin-left: -34px;
    padding: 120px;
}

.besparelse2 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    background: #f6f4f0;
    text-align: right;
    text-decoration: none;
    color: #000000dd;
    font-weight: 300;
    justify-content: center;
}

.saving-amount2 {
    background: #f6f4f0;
    text-align: right;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    font-size: 60px;
}

.taskebilleder2 {
    display: flex;
    gap: 0;
}

.taske-card2 {
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    border: 0.5px solid #000000;
    padding-bottom: 15px;
}
.tasketekst2 {
    padding: 10px;
}

.taske-card2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    height: 400px;
    padding-bottom: 15px;
}

.taske-name2 {
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
}

.taske-price2 {
    background: #f6f4f0;
    text-align: left;
    text-decoration: none;
    color: #403a3add;
    font-weight: 300;
    text-align: left;
}