diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index b771b2c821..d8c8a84ef7 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -281,7 +281,7 @@ footer.footer-wrapper .footer { @media screen and (max-width:1366px) { .footer-section-first .columns-wrapper p sup { - right: 27%; + right: 102px; } .footer-section-third { display: none; @@ -621,5 +621,17 @@ footer.footer-wrapper .footer { .section.footer-last-wrapper .default-content-wrapper { padding-bottom: 48px; } + + .footer-section-first { + padding-top: 48px; + } + + .footer-section-second .columns > div { + flex-direction: row; + justify-content: space-between; + } + .footer-section-second .columns > div > div { + width: 25%; + } /* footer third section onwords css end */ } \ No newline at end of file