section {
    padding: 75px 0;
}

    .section-title{
        font-size: 2rem;
        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;
    }
    
        #home .slide-content > span {
            font-size: 2rem;
        }


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

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

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

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

.project-item:not(:last-child){
    margin-bottom: 25px;
}


#contacts{
    padding-bottom: 0px;
}

    #map{
        margin-top: 25px;
    }

    .contacts-location-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
    }

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

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

/* page */

#project-page{
    padding-top: 50px;
    padding-bottom: 0;
}

    .page .page-title {
        margin-bottom: 35px;
    }

    .project-section{
        text-align: justify;
    }

    .project-gallery .slide-nav {
        right: 25px;
        bottom: 10px;
    }