section {
    padding: 100px 0;
}  

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

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

    .slide-pagination {
        left: auto;
        right: 100px;
        bottom: 100px;
    }

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

    .w-lg-100{
        width: 100%!important;
    }

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

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

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

    #about p{
        margin-top: 0;
        text-align: right
    }

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

.project-item .project-title {
    font-size: 28px;
}

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

.contacts-location-wrapper {
    top: 145px;
    left: 45px;
    width: 320px;
    right: auto;
}

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

    .contacts-wrapper form .contact-form-input{ 
        padding-right: 5px; 
        padding-left: 5px; 
    } 

    .contacts-wrapper form .contact-form-input:first-child{ 
        padding-left: 15px; 
    }

    .contacts-wrapper form .contact-form-input:last-child{ 
        padding-right: 15px; 
    }

    