.about {
    position: relative;
    width: 100%;

}

.paddingaleft {
	padding-left:0px;
}
@media (max-width: 600px) {
    .paddingaleft {
        padding-left:20px;
		padding-bottom:20px;
    }
}

.innehollomoss {
    max-width: 1005px;
    margin: auto; /* Centrerar innehÃ¥llet */
	padding-top: 50px;
    padding-bottom: 45px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.rowsen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}

/* Kontrollera att dessa stilar inte hindrar layouten */
.col-lg-5, .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 45px;
	padding-left: 20px;

}

/* Media Query fÃ¶r stÃ¶rre skÃ¤rmar */
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 55.333333%;
    }
}

/* Stilar fÃ¶r bild och text */
.about .about-img {
    position: relative;
    height: 100%;
}

/* Kontrollera att dessa stilar inte fÃ¶rstorar textomrÃ¥det fÃ¶r mycket */
.section-header {
    margin-left: 0; 
    max-width: 600px;
}

.text-left {
    text-align: left!important;
}

.section-header p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;

}

.section-header h2 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
}

@media screen and (max-width: 769px) {
.rowsen {
flex-wrap: wrap;
}

.col-lg-5, .col-md-6 {
    padding-right: 20px;
	padding-left: 20px;
}
}