diff --git a/src/styles/Devolucao.module.scss b/src/styles/Devolucao.module.scss index 12f2806..78b410f 100644 --- a/src/styles/Devolucao.module.scss +++ b/src/styles/Devolucao.module.scss @@ -27,5 +27,14 @@ .devolucao__title { text-align: center; } + + .devolucao__container{ + padding: 0; + } + + .devolucao__description{ + padding-bottom: 81px; + text-align: justify + } } diff --git a/src/styles/Entrega.module.scss b/src/styles/Entrega.module.scss index bb47e09..566d931 100644 --- a/src/styles/Entrega.module.scss +++ b/src/styles/Entrega.module.scss @@ -27,5 +27,14 @@ .entrega__title { text-align: center; } + + .entrega__container{ + padding: 0; + } + + .entrega__description{ + padding-bottom: 81px; + text-align: justify + } } diff --git a/src/styles/Pagamento.module.scss b/src/styles/Pagamento.module.scss index 7d3a394..df79aa6 100644 --- a/src/styles/Pagamento.module.scss +++ b/src/styles/Pagamento.module.scss @@ -28,5 +28,13 @@ .pagamento__title { text-align: center; } + .pagamento__container{ + padding: 0; + } + + .pagamento__description{ + padding-bottom: 81px; + text-align: justify + } } diff --git a/src/styles/Seguranca.module.scss b/src/styles/Seguranca.module.scss index dc6c563..d5c3608 100644 --- a/src/styles/Seguranca.module.scss +++ b/src/styles/Seguranca.module.scss @@ -28,5 +28,14 @@ .seguranca__title { text-align: center; } + + .seguranca__container{ + padding: 0; + } + + .seguranca__description{ + padding-bottom: 81px; + text-align: justify + } } diff --git a/src/styles/Sobre.module.scss b/src/styles/Sobre.module.scss index bccc815..c59346e 100644 --- a/src/styles/Sobre.module.scss +++ b/src/styles/Sobre.module.scss @@ -21,12 +21,21 @@ line-height: 15px; color: #7D7D7D; text-align: left; - padding-bottom: 171px; + padding-bottom: 94px; } @media (max-width: 1024px) { .sobre__title { text-align: center; } + + .sobre__container{ + padding: 0; + } + + .sobre__description{ + padding-bottom: 81px; + text-align: justify + } }