Save
This commit is contained in:
@@ -396,3 +396,56 @@ strong {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-4 {
|
||||
margin-top: 50px;
|
||||
|
||||
.row {
|
||||
&.row-1 {
|
||||
margin-bottom: 40px;
|
||||
|
||||
._text {
|
||||
p {
|
||||
color: #1d1d1e;
|
||||
font-size: 16px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 300;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.row-2 {
|
||||
.contact_accordion {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-direction: column;
|
||||
|
||||
> ._title {
|
||||
color: #fff;
|
||||
font-size: 24px;
|
||||
font-family: $fURWForm;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
line-height: 1;
|
||||
letter-spacing: 2px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 22px 46px 19px;
|
||||
background: #2e2d2c;
|
||||
border-radius: 3px;
|
||||
|
||||
img {
|
||||
filter: brightness(0) saturate(100%) invert(79%) sepia(84%)
|
||||
saturate(367%) hue-rotate(356deg) brightness(104%) contrast(104%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user