@@ -1223,4 +1223,18 @@ h4.returns {
font-weight: 500;
font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
display: none;
-}
+}
+
+/* adjust anchor */
+:target:before {
+ content: "";
+ display: block;
+ height: 120px;
+ margin: -120px 0 0;
+@media only screen and (max-width: 768px) {
+ :target:before {
+ height: 75px;
+ margin: -75px 0 0;
+ }