.presentation{
    padding-top: 60px;
    color: #000;
}
.presentation .desc{
    padding-top: 140px;
}
.presentation .desc h3{
    font-family: 'Roboto-Bold';
    /*font-size: 50px;*/
    font-size: 70px;
}
.presentation .desc h4{
    text-transform: uppercase;
    font-family: 'Roboto-Light';
    /*font-size: 24px;*/
    font-size: 34px;
}
.presentation .desc p{
    font-family: 'Roboto-Light';
    max-width: 530px;
    /*font-size: 18px;*/
    font-size: 25px;
}
.materials{
    margin-top: 90px;
    margin-bottom: 150px;
    color: #000;
}
.materials .title-section h4{
    margin-bottom: 40px;
    font-family: 'Roboto-Bold';
    /*font-size: 50px;*/
    font-size: 70px;
}
.materials .title-section p{
    text-transform: uppercase;
    margin-bottom: 90px;
    font-family: 'Roboto-Light';
    /*font-size: 24px;*/
    font-size: 34px;
}
.materials p{
     font-family: 'Roboto-Light';
     /*font-size: 16px;*/
     font-size: 25px;
 }
.materials h5{
    margin-top: 30px;
    font-family: 'Roboto-Light';
    /*font-size: 24px;*/
    font-size: 35px;
}
.made{
    color: #000;
}
.made .title-section{
    margin-bottom: 140px;
}
.made .title-section h4{
    margin-bottom: 50px;
    font-family: 'Roboto-Bold';
    /*font-size: 50px;*/
    font-size: 70px;
}
.made .title-section h5{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Roboto-Light';
    /*font-size: 24px;*/
    font-size: 35px;
}
.made .title-section p{
    max-width: 992px;
    margin: 0 auto;
    font-family: 'Roboto-Light';
    /*font-size: 18px;*/
    font-size: 25px;
}
.made-item{
    padding-top: 90px;
}
.made-item.right-item{
    padding-left: 60px;
}
.made-item, .made-item-image{
    margin-bottom: 40px;
}
.made-item .number{
    margin-bottom: 20px;
    font-family: 'Roboto-Medium';
    /*font-size: 30px;*/
    font-size: 36px;
}
.made-item .title{
    margin-bottom: 10px;
    font-family: 'Roboto-Medium';
    /*font-size: 30px;*/
    font-size: 36px;
}
.made-item .description{
    max-width: 540px;
    font-family: 'Roboto-Light';
    /*font-size: 18px;*/
    font-size: 25px;
}
footer{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
}
@media(max-width: 992px){
    .title-section h4{
        font-size: 42px !important;
    }
    .made-item{
        padding-top: 30px;
        margin-bottom: 60px;
    }
    .made-item .title{
        font-size: 30px;
    }
    .made-item .description {
        font-size: 18px;
        max-width: 440px;
    }
    .made-item .content{
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
}