# How to config spacing each section?

For each section has section padding

<figure><img src="https://content.gitbook.com/content/ou66zlGuL81AP7Hl5Ehv/blobs/qHnOPRrQ2jQDQqrTbepB/image.png" alt=""><figcaption></figcaption></figure>

Section Padding ( Desktop & Mobile )

```
80px 0px 80px 0px

padding-top -> 80px
padding-right -> 0px
padding-bottom -> 80px
padding-left -> 0px
```

&#x20;Section Margin ( Desktop & Mobile )

```
80px 0px 80px 0px

margin-top -> 80px
margin-right -> 0px
margin-bottom -> 80px
margin-left -> 0px
```
