diff --git a/css/stylesheet.css b/css/stylesheet.css
index 86524fe..08c63d4 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -390,16 +390,22 @@ blockquote {
   .aside-well .well form .js-form-type-search {
     width: 100%; }
 
-.aside-well .well .block-search ul, .aside-well .well .content-block ul {
-  padding: 0px; }
-  .aside-well .well .block-search ul li, .aside-well .well .content-block ul li {
-    list-style: none;
-    padding: 12px 0;
-    line-height: 22px;
-    font-size: 14px;
-    font-weight: 400;
-    color: #8c8c8c;
-    border-top: 1px solid #e8e8e8; }
+.aside-well .well .block-search, .aside-well .well .content-block {
+  padding: 15px 0px 25px 0px;
+  border-bottom: 1px solid #e8e8e8;
+  margin-bottom: 20px; }
+  .aside-well .well .block-search:last-child, .aside-well .well .content-block:last-child {
+    border: none; }
+  .aside-well .well .block-search ul, .aside-well .well .content-block ul {
+    padding: 0px; }
+    .aside-well .well .block-search ul li, .aside-well .well .content-block ul li {
+      list-style: none;
+      padding: 12px 0;
+      line-height: 22px;
+      font-size: 14px;
+      font-weight: 400;
+      color: #8c8c8c;
+      border-top: 1px solid #e8e8e8; }
 
 .grid .image {
   margin: -23px -30px 0; }
diff --git a/scss/layout/_component.scss b/scss/layout/_component.scss
index 181d4b7..9486040 100644
--- a/scss/layout/_component.scss
+++ b/scss/layout/_component.scss
@@ -198,24 +198,24 @@ blockquote {
 .aside-well{
   .well{
     .block-search, .content-block{
-    //   padding: 15px 0px 25px 0px;
-    //   border-bottom: 1px solid #e8e8e8;
-    //   margin-bottom: 20px;
-    // // h2{
-    // //   position: relative;
-    // //   margin-top: 10px;
-    // //   &:before{
-    // //   content: "";
-    // //   position: absolute;
-    // //   left: -20px;
-    // //   width: 7px;
-    // //   height: 32px;
-    // //   background-color: #f1f1f2;
-    // //   }
-    // // }
-    // &:last-child{
-    // border: none;
+      padding: 15px 0px 25px 0px;
+      border-bottom: 1px solid #e8e8e8;
+      margin-bottom: 20px;
+    // h2{
+    //   position: relative;
+    //   margin-top: 10px;
+    //   &:before{
+    //   content: "";
+    //   position: absolute;
+    //   left: -20px;
+    //   width: 7px;
+    //   height: 32px;
+    //   background-color: #f1f1f2;
+    //   }
     // }
+    &:last-child{
+    border: none;
+    }
     ul{
       padding: 0px;
       li{
