@@ -62,7 +62,7 @@ const articles: Ref<Array<Article>> = ref([
justify-content: center;
align-items: center;
}
-.benefits {
- margin-bottom: 50px;
+.benefits:not(:last-child) {
+ margin-bottom: 80px;
</style>