|
59 | 59 |
|
60 | 60 | .sectionWhite-left .paragraph {
|
61 | 61 | color: #496583;
|
| 62 | + /* padding-right: 2rem; */ |
62 | 63 | }
|
63 | 64 |
|
64 | 65 | .sectionWhite-right > div > div > div > img {
|
|
67 | 68 | }
|
68 | 69 |
|
69 | 70 | .sectionWhite-heading {
|
70 |
| - font-size: 2.2rem; |
| 71 | + font-size: 2rem; |
71 | 72 | line-height: 1.2;
|
72 | 73 | font-weight: bold;
|
73 | 74 | color: #496583;
|
|
270 | 271 |
|
271 | 272 | .innerTile > .content {
|
272 | 273 | background: transparent !important;
|
273 |
| - border: 6px solid var(--color-white) !important; |
| 274 | + border: 4.5px solid var(--color-white) !important; |
274 | 275 | border-radius: unset !important;
|
275 | 276 | text-align: center;
|
276 | 277 | }
|
|
285 | 286 |
|
286 | 287 | /* Mobile */
|
287 | 288 |
|
288 |
| -@media screen and (max-width: 1140px) { |
| 289 | +@media screen and (max-width: 1440px) { |
| 290 | + .sectionWhite .sectionWhite-heading { |
| 291 | + padding-bottom: unset !important; |
| 292 | + } |
| 293 | +} |
| 294 | + |
| 295 | +@media screen and (max-width: 1024px) { |
289 | 296 | .sectionbody > .sectionPurple,
|
290 | 297 | .sectionbody > .sectionBlue,
|
291 | 298 | .sectionbody > .sectionWhite {
|
292 | 299 | height: unset;
|
293 | 300 | }
|
294 | 301 |
|
295 | 302 | .sectionWhite-heading-blue > p {
|
296 |
| - font-size: 1.25rem; |
| 303 | + font-size: 2rem; |
297 | 304 | }
|
298 |
| -} |
299 | 305 |
|
300 |
| -@media screen and (max-width: 800px) { |
301 |
| - .doc > h1 { |
302 |
| - display: none; |
| 306 | + .sectionWhite-heading-blue { |
| 307 | + padding-top: unset !important; |
303 | 308 | }
|
304 | 309 |
|
305 |
| - /* .sectionWhite-heading-blue > p { |
306 |
| - font-size: 1.25rem; |
| 310 | + .sectionWhite-heading { |
| 311 | + padding: unset !important; |
307 | 312 | }
|
308 | 313 |
|
309 |
| - .get-started-button { |
310 |
| - padding: 0.5rem 2rem; |
311 |
| - font-size: 0.5rem; |
312 |
| - } */ |
| 314 | + .doc .image > img, |
| 315 | + .doc .imageblock img { |
| 316 | + max-width: 110%; |
| 317 | + } |
313 | 318 | }
|
314 | 319 |
|
315 | 320 | @media screen and (max-width: 768px) {
|
| 321 | + .doc > h1 { |
| 322 | + display: none; |
| 323 | + } |
| 324 | + |
316 | 325 | .sections-page .sectionbody {
|
317 | 326 | /* max-width: 80% !important; */
|
318 | 327 | text-align: center;
|
|
321 | 330 | .sectionbody .tile {
|
322 | 331 | width: 80%;
|
323 | 332 | margin: 0 auto;
|
324 |
| - padding: 2rem; |
| 333 | + padding: 0.5rem 2rem; |
325 | 334 | }
|
326 | 335 |
|
327 | 336 | .sectionbody .sectionTitle {
|
|
344 | 353 |
|
345 | 354 | .sectionWhite-heading {
|
346 | 355 | font-size: 1.75rem;
|
| 356 | + padding-top: 3rem !important; |
| 357 | + padding-bottom: 0.75rem !important; |
| 358 | + } |
| 359 | + |
| 360 | + .sectionWhite-right img { |
| 361 | + float: unset !important; |
| 362 | + margin-top: 1rem !important; |
| 363 | + max-width: 80% !important; |
| 364 | + } |
| 365 | + |
| 366 | + .sectionbody .sectionPurple { |
| 367 | + margin-bottom: 2rem !important; |
| 368 | + } |
| 369 | + |
| 370 | + .sectionWhite .sectionWhite-heading-blue { |
| 371 | + padding: 0.5rem 0.1rem 1.5rem 0.1rem !important; |
| 372 | + } |
| 373 | +} |
| 374 | + |
| 375 | +@media screen and (max-width: 375px) { |
| 376 | + .sectionbody .tile { |
| 377 | + width: 100%; |
| 378 | + padding: 0.5rem 0.25rem; |
| 379 | + } |
| 380 | + |
| 381 | + .sectionWhite .get-started-button { |
| 382 | + padding: 0.75rem 3.5rem; |
| 383 | + } |
| 384 | + |
| 385 | + .sectionWhite-right img { |
| 386 | + max-width: 100% !important; |
| 387 | + } |
| 388 | + |
| 389 | + main { |
| 390 | + max-width: 375px; |
| 391 | + } |
| 392 | + |
| 393 | + .sectionWhite-heading { |
| 394 | + padding-bottom: 0.25rem !important; |
347 | 395 | }
|
348 | 396 | }
|
0 commit comments