This commit is contained in:
2026-02-25 13:22:46 +01:00
parent 4d8fcc1a31
commit b82b1200f7
4 changed files with 144 additions and 105 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3063,123 +3063,124 @@ footer#footer {
}
}
}
}
li.htmlcontent-item-id-45 {
position: relative;
padding: 100px 0 90px;
margin: 0;
.hp-box-1 {
position: relative;
padding: 100px 0 90px;
margin: 0;
._c-row {
&-1 {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 120px;
._c-row {
&-1 {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 120px;
@media (max-width: 1240px) {
column-gap: 80px;
}
@media (max-width: 1240px) {
column-gap: 80px;
}
._c-col {
&-1 {
h3 {
position: relative;
color: $cGold;
font-family: $fNotoSerifDisplay;
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 1;
margin-bottom: 50px;
}
._c-col {
&-1 {
h3 {
position: relative;
color: $cGold;
font-family: $fNotoSerifDisplay;
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 1;
margin-bottom: 50px;
}
p {
color: $cDark;
font-family: $fInter;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
letter-spacing: 0px;
p {
color: $cDark;
font-family: $fInter;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
letter-spacing: 0px;
&:last-child {
margin-bottom: 0;
}
}
._col-text {
margin-bottom: 50px;
&:last-child {
margin-bottom: 0;
}
}
&-2 {
._col-img {
img {
width: 100%;
height: 459px;
max-width: fit-content;
object-fit: cover;
object-position: center;
}
._col-text {
margin-bottom: 50px;
}
}
&-2 {
._col-img {
img {
width: 100%;
height: 459px;
max-width: fit-content;
object-fit: cover;
object-position: center;
}
}
._col-img-thumbnail {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: -20px;
@media (max-width: 992px) {
flex-direction: column;
}
._col-img-thumbnail {
ol {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: -20px;
gap: 24px;
@media (max-width: 992px) {
flex-direction: column;
}
ol {
li {
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
li {
padding: 0;
margin: 0;
img {
width: 100px;
height: 100px;
border-radius: 100%;
object-fit: cover;
img {
width: 100px;
height: 100px;
border-radius: 100%;
object-fit: cover;
@media (max-width: 1240px) {
width: 80px;
height: 80px;
}
@media (max-width: 1240px) {
width: 80px;
height: 80px;
}
}
}
}
._col-img-thumbnail--text {
text-align: right;
margin-top: 20px;
._col-img-thumbnail--text {
text-align: right;
margin-top: 20px;
@media (max-width: 992px) {
text-align: center;
}
@media (max-width: 992px) {
text-align: center;
}
p {
color: $cDark;
font-family: $fInter;
font-weight: 500;
font-size: 16px;
line-height: 19px;
margin: 0;
}
a {
color: #8c8c8c;
font-family: $fInter;
font-weight: 400;
font-size: 11px;
line-height: 19px;
}
p {
color: $cDark;
font-family: $fInter;
font-weight: 500;
font-size: 16px;
line-height: 19px;
margin: 0;
}
a {
color: #8c8c8c;
font-family: $fInter;
font-weight: 400;
font-size: 11px;
line-height: 19px;
}
}
}