diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 7ac51b9..227df43 100644
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -241,11 +241,21 @@ footer .socbuts a:hover{
}
.main-box1{
+ position: relative;
max-width: 1105px;
margin: 0 auto;
min-height:300px;
text-align: center;
- border-bottom:1px solid #9f9e9e;
+}
+.main-box1:after {
+ content: '';
+ width: 93.575%;
+ position: absolute;
+ height: 1px;
+ background-color: #9f9e9e;
+ bottom: 0px;
+ left: 0;
+ margin: 0px 36px;
}
.main-box1 .title{
font-family: 'Lato-Medium';
--
libgit2 0.21.4