@@ -108,7 +108,7 @@ const FeaturesSectionWrapper = styled.section`
108108 }
109109 }
110110
111- .smp-section-caraousel {
111+ .smp-section-carousel {
112112 .slick-slider {
113113 max-height: 520px;
114114 .slick-list {
@@ -166,7 +166,7 @@ const FeaturesSectionWrapper = styled.section`
166166 }
167167
168168 @media screen and (max-width: 1600px) {
169- .smp-section .smp-section-caraousel .slick-slider {
169+ .smp-section .smp-section-carousel .slick-slider {
170170 .slick-list {
171171 max-width: 38rem;
172172 }
@@ -197,7 +197,7 @@ const FeaturesSectionWrapper = styled.section`
197197 }
198198 }
199199
200- .smp-section-caraousel .slick-slider {
200+ .smp-section-carousel .slick-slider {
201201 .slick-list {
202202 max-width: 80%;
203203 margin: 2rem auto;
@@ -213,7 +213,7 @@ const FeaturesSectionWrapper = styled.section`
213213 @media screen and (max-width: 960px) {
214214 padding-bottom: 0rem;
215215 margin-bottom: 4rem;
216- .smp-section .smp-section-caraousel .slick-slider .slick-list {
216+ .smp-section .smp-section-carousel .slick-slider .slick-list {
217217 .slick-slide {
218218 img {
219219 max-height: 16rem;
@@ -226,7 +226,7 @@ const FeaturesSectionWrapper = styled.section`
226226 .smp-section {
227227 max-width: 95%;
228228
229- .smp-section-caraousel .slick-slider {
229+ .smp-section-carousel .slick-slider {
230230 .slick-list {
231231 max-width: 85%;
232232 margin: 2rem 0;
@@ -247,7 +247,7 @@ const FeaturesSectionWrapper = styled.section`
247247 .smp-section {
248248 max-width: 95%;
249249
250- .smp-section-caraousel .slick-slider {
250+ .smp-section-carousel .slick-slider {
251251 .slick-list {
252252 max-width: 80%;
253253 .slick-slide {
0 commit comments