diff --git a/contact.html b/contact.html
index 2554e65..22e8eb4 100644
--- a/contact.html
+++ b/contact.html
@@ -142,7 +142,7 @@
diff --git a/css/portfolio.css b/css/portfolio.css
index a59e13f..f30026f 100644
--- a/css/portfolio.css
+++ b/css/portfolio.css
@@ -377,7 +377,7 @@
/* 기술 특징 */
.tech-features {
display: grid;
- grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ grid-template-columns: repeat(2, 1fr);
gap: var(--spacing-2xl);
margin-top: var(--spacing-2xl);
}
diff --git a/css/services.css b/css/services.css
index 214f746..6a586b5 100644
--- a/css/services.css
+++ b/css/services.css
@@ -615,15 +615,9 @@
/* 추가 옵션 */
.options-grid {
display: grid;
- grid-template-columns: repeat(2, 1fr);
+ grid-template-columns: repeat(3, 1fr);
gap: var(--spacing-xl);
margin-bottom: var(--spacing-2xl);
- justify-items: center;
-}
-
-.options-grid .option-card:nth-child(3) {
- grid-column: 1 / -1;
- max-width: 500px;
}
.option-card {