@@ -16,7 +16,8 @@
.article-more-questions,
.article a,
.content-pc,
-p .underline
+p .underline,
+.learn-more-wrppaer
{
pointer-events: none !important;
}
@@ -25,4 +26,13 @@ p .underline
#beacon-container{
display: none;
+}
+
+@media screen and (max-width: 768px) {
+ .download-area-inner .flex-column .flex-row {
+ width: 100%;
+ flex-wrap: wrap;
+ justify-content: center;
+ }