Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user