diff --git a/src/components/SectionHowItWorks/SectionHowItWorks.css b/src/components/SectionHowItWorks/SectionHowItWorks.css index 6375a78b..7dc4c63c 100644 --- a/src/components/SectionHowItWorks/SectionHowItWorks.css +++ b/src/components/SectionHowItWorks/SectionHowItWorks.css @@ -69,7 +69,8 @@ .step { @media (--viewportMedium) { - margin-right: 76px; + width: 324px; + margin-right: 40px; } } diff --git a/src/components/SectionLocations/SectionLocations.css b/src/components/SectionLocations/SectionLocations.css index d702d6ac..b9f47ddc 100644 --- a/src/components/SectionLocations/SectionLocations.css +++ b/src/components/SectionLocations/SectionLocations.css @@ -52,21 +52,16 @@ } } -.location:nth-of-type(1) { +.location { @media (--viewportMedium) { - margin-right: 20px; + margin-right: 40px; + margin-bottom: 0; } } -.location:nth-of-type(2) { +.location:last-of-type { @media (--viewportMedium) { - margin: 0 20px; - } -} - -.location:nth-of-type(3) { - @media (--viewportMedium) { - margin-left: 20px; + margin-right: 0; } }