sampardon
Hi
Add this code in /css/custom.css file and change the value as per needs
.t3-section.padding-bottom {
padding-bottom: 160px;
}
If this code will not work kindly add !important with value example :
.t3-section.padding-bottom {
padding-bottom: 160px!important;
}