2023-02-10 15:33:41 +00:00
|
|
|
// .container {
|
|
|
|
// margin: 0 8px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
.element {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageContainer {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.containerNormal {
|
|
|
|
max-width: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.brandName {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: $color-black2;
|
2023-02-10 16:34:21 +00:00
|
|
|
|
|
|
|
@include mq(md, max) {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
2023-02-10 15:33:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nameContainer {
|
|
|
|
padding: 16px 0 8px;
|
|
|
|
}
|