This commit is contained in:
Roman Pyrih
2025-02-27 09:39:27 +01:00
parent 96ea78f3cc
commit 2e5bfd22fb
4 changed files with 1118 additions and 2 deletions

View File

@@ -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%);
}
}
}
}
}
}