diff --git a/static/css/style.css b/static/css/style.css
index 33d54965d5cc28491344099594e273db985e3fb1..933c7ee1fcbd861ba95297b4deb29eb01c34730a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -469,6 +469,7 @@ h5 {
   font-size: 16px;
 }
 .team-main .box {
+  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   align-items: center;
   width: 80%;
   border-radius: 20px;
@@ -535,7 +536,6 @@ h5 {
   padding: 30px;
   font-size: 18px;
   border-radius: 20px;
-  box-shadow: 0px 6px 10px rgba(173, 173, 173, 0.6);
 }
 .article-main .container .content img {
   display: block;
@@ -563,7 +563,6 @@ h5 {
   background: #ffffff;
   border-radius: 20px;
   padding: 20px 0 20px 10px;
-  box-shadow: 0px 6px 10px rgba(73, 73, 73, 0.44);
 }
 .article-main .container .wrap-box .indicator {
   font-size: 28px;