2023-01-27 23:47:41 +00:00
|
|
|
// Slider
|
|
|
|
|
|
|
|
.container--slider-title {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 32px;
|
2023-01-28 13:49:06 +00:00
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
2023-02-01 13:38:48 +00:00
|
|
|
margin-bottom: 24px;
|
2023-01-28 13:49:06 +00:00
|
|
|
}
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
2023-01-29 13:10:55 +00:00
|
|
|
margin-bottom: 16px;
|
2023-01-28 20:53:21 +00:00
|
|
|
}
|
2023-01-27 23:47:41 +00:00
|
|
|
.wrapper--slider-title {
|
|
|
|
.heading--slider-title {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
|
|
|
color: #575757;
|
|
|
|
margin: 0;
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
2023-01-27 23:47:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-02-01 13:38:48 +00:00
|
|
|
|
|
|
|
// Footer Credits
|
|
|
|
|
|
|
|
.container {
|
|
|
|
.wrapper {
|
|
|
|
.paragraph {
|
|
|
|
margin: 0;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: center;
|
|
|
|
color: rgba(255, 255, 255, 0.45);
|
|
|
|
}
|
|
|
|
.paragraph--footer {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|