2023-01-12 16:56:35 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
2023-01-21 17:23:05 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
|
2023-01-31 00:25:02 +00:00
|
|
|
/* Grid breakpoints */
|
|
|
|
.container--slider-title {
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper--slider-title {
|
|
|
|
width: 100%;
|
|
|
|
height: 38px;
|
|
|
|
padding: 16px 360px;
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
@media (min-width: 1025px) and (max-width: 1920px), (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
|
|
|
.wrapper--slider-title {
|
|
|
|
padding: 16px 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.wrapper--slider-title .headingLevel4--slider-title {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
@media (min-width: 280px) and (max-width: 768px) {
|
|
|
|
.wrapper--slider-title .headingLevel4--slider-title {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|