This commit is contained in:
2026-04-27 09:24:36 +02:00
parent bdd91a4c84
commit 2d3bb66d42
3 changed files with 11 additions and 1544 deletions

View File

@@ -403,16 +403,20 @@ select {
margin-bottom: 36px;
.box-nav-title {
padding: 0 15px;
// padding: 0 15px;
h3 {
color: $cTxtBlack;
font-family: $font3;
font-weight: 300;
font-size: 11px;
line-height: 1.34;
letter-spacing: -0.02em;
font-weight: 700;
font-size: 20px;
line-height: 1.35;
letter-spacing: -0.48px;
margin-bottom: 10px;
@include respond-below(lg) {
font-size: 20px;
}
}
}
._radios {