.about-us {
    padding: 50px 0px 20px 0px;
}



/* 
.about-us-pref {}
.about-us-pref-pic {}

*/
.about-us-pref-item {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}

.pref-icon {
    background-color: #4b2929;
    width: 60px;
    height: 60px;
}

.about-us-pref-text {
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 10px;
}

.about-us-img {
    padding-top: 40px;
}

.about-us-foto {
    width: 100%;
    height: 500px;
    background-color: #4b2929;
}

@media (min-width: 1200px) {
.as-flex {
    display: flex;
    flex-direction: row;
}
.about-us-info {
    padding-right: 40px;
}

.about-us-img {
    padding-top: 0px;
}

.about-us-foto {
    width: 600px;
    height: 100%;
    background-color: #4b2929;
}
}