.custom-border-radius-1 {
    border-radius: 10px;
}

.custom-box-shadow-1 {
    box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
}

#content {
    position: relative;
    background-color: #fff;
}

.content-wrap {
    position: relative;
    padding: 5rem;
    overflow: hidden;
}

.bg-about{background:url("../img/about.jpg") 0 center !important;}
.bg-contact{background:url("../img/contact.jpg") 0 center !important;}