section {
    padding: 75px 0;
}  

    .section-title {
        margin-bottom: 50px;
    }

#home .container-fluid {
    padding: 0 15px;
}

    .slide-pagination{
        left: 15px;
        right: 15px;
        width: auto;
        bottom: 25px;
        text-align: center;
    }

    #home .slide-content{
        text-align: center;
    }

#about .container{
    padding: 0 15px;
}

    #about .container:before{
        display: none;
    }

    #about .section-title{
        text-align: center;
    }

    #about p{
        margin-top: 25px;
        text-align: justify
    }

.project-item > div > span {
    left: 15px;
    right: 15px;
}

.project-item .project-title {
    line-height: 1.2;
    font-size: 24px;
}

#map {
    height: 100%;
    width: 100%;
}

.contacts-location-wrapper {
    top: 0;
    right: 15px;
    width: 330px;
    left: auto;
}

#contacts-details {
    margin-top: 0px;
}

    .contacts-wrapper form .contact-form-input{
        padding-left: 15px;
        padding-right: 15px;
    }
    
/* pages */
.page .page-title {
    margin-bottom: 50px;
}