diff --git a/src/assets/scss/sponsor.scss b/src/assets/scss/sponsor.scss
new file mode 100644
index 0000000..698f0b0
--- /dev/null
+++ b/src/assets/scss/sponsor.scss
@@ -0,0 +1,65 @@
+#sponsor {
+ line-height: 2em;
+
+ h2 {
+ line-height: normal;
+ font-size: 36pt;
+ color: #4e4e4e;
+ }
+
+ .main-container {
+ width: 75%;
+ margin: 0 auto;
+ padding-top: 240px;
+ padding-bottom: 240px;
+ }
+
+ .info-wrapper {
+ .content-wrapper {
+ display: flex;
+ flex-direction: row;
+ .info-left-button-wrapper {
+ padding-right: 160px;
+ }
+ .info-content {
+ p:not(:first-child) {
+ margin-top: 3em;
+ }
+ }
+ .info-right-button-wrapper {
+ padding-left: 160px;
+ }
+ }
+
+ .button-wrapper {
+ margin: 3em;
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+
+ .button {
+ color: white;
+ background: #1060ff;
+ margin-right: 30px;
+ margin-left: 30px;
+ padding: 0.33em 1em;
+ border-radius: 9487px;
+ box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
+ }
+ }
+ }
+
+ .deep-ploughing {
+ .image-wrapper {
+ margin-top: 8em;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+
+ img {
+ width: 307px;
+ height: 251px;
+ }
+ }
+ }
+}
diff --git a/src/pages/Sponsor.vue b/src/pages/Sponsor.vue
index 9bbc795..b7d82c4 100644
--- a/src/pages/Sponsor.vue
+++ b/src/pages/Sponsor.vue
@@ -1,11 +1,47 @@
+
+
+
+