Save
This commit is contained in:
@@ -193,6 +193,8 @@ strong {
|
||||
}
|
||||
|
||||
&.row-2 {
|
||||
margin-bottom: 50px;
|
||||
|
||||
.contact_accordion {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
@@ -717,6 +719,16 @@ strong {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.row-3 {
|
||||
._h1 {
|
||||
color: #181c1d;
|
||||
font-size: 32px;
|
||||
font-family: $font3;
|
||||
font-weight: 300;
|
||||
padding: 40px 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -782,16 +794,18 @@ strong {
|
||||
margin-bottom: 50px;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
._text {
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 40px;
|
||||
font-weight: 200;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
._bold {
|
||||
font-weight: 600;
|
||||
// font-weight: 600;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
._accordion_small {
|
||||
@@ -804,13 +818,15 @@ strong {
|
||||
> a {
|
||||
color: #fff;
|
||||
font-family: $font3;
|
||||
font-weight: 600;
|
||||
// font-weight: 600;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
._head {
|
||||
font-weight: 600;
|
||||
// font-weight: 600;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
|
||||
&._active {
|
||||
@@ -846,17 +862,19 @@ strong {
|
||||
}
|
||||
|
||||
._accounts {
|
||||
margin-top: 280px;
|
||||
// margin-top: 280px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
grid-template-areas: 'icon text' 'numbers numbers';
|
||||
align-items: center;
|
||||
gap: 20px 30px;
|
||||
margin-bottom: 40px;
|
||||
|
||||
@include respond-below(md) {
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-areas: 'icon' 'text' 'numbers';
|
||||
}
|
||||
|
||||
._icon {
|
||||
@@ -867,6 +885,7 @@ strong {
|
||||
margin-left: auto;
|
||||
|
||||
@include respond-below(md) {
|
||||
margin-right: auto;
|
||||
filter: brightness(0) saturate(100%) invert(0%) sepia(0%)
|
||||
saturate(15%) hue-rotate(337deg) brightness(100%) contrast(107%);
|
||||
}
|
||||
@@ -881,7 +900,7 @@ strong {
|
||||
// margin-bottom: 20px;
|
||||
// }
|
||||
@include respond-below(md) {
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user