diff --git a/src/components/About/Opportunities/Opportunities.scss b/src/components/About/Opportunities/Opportunities.scss index a5206b0..53e7573 100644 --- a/src/components/About/Opportunities/Opportunities.scss +++ b/src/components/About/Opportunities/Opportunities.scss @@ -18,12 +18,27 @@ @media only screen and (max-width: 468px) { .opportunities-features { display: flex; + gap: 2rem; flex-direction: column; align-items: center; justify-content: center; max-width: fit-content; margin-inline: auto; margin-block: auto; + + .card-text { + display: flex; + align-items: center; + justify-content: center; + height: 100%; + min-height: 100%; + text-align: center; + + p { + font-size: 35px; + margin: 0; + } + } } }