up
This commit is contained in:
@@ -76,13 +76,17 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.product-architecture-section--gradient {
|
||||
.product-architecture-section {
|
||||
padding: 30px 0;
|
||||
background: linear-gradient(135deg, #d2e5fa 0%, #f0f7ff 30%, #f5f9ff 70%, #d2e7fd 100%);
|
||||
}
|
||||
|
||||
.product-architecture-section--soft {
|
||||
background-color: #eaf5fd;
|
||||
padding: 60px 0;
|
||||
.product-architecture-section .text-center > p {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.product-architecture-section img {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.product-architecture-container {
|
||||
@@ -97,18 +101,9 @@
|
||||
margin-bottom: var(--product-section-heading-inner-gap);
|
||||
}
|
||||
|
||||
.product-architecture-section--gradient .text-center > p,
|
||||
.product-architecture-section--soft .text-center > p {
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.product-architecture-section--gradient img {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.product-advantages-header {
|
||||
padding-top: 60px;
|
||||
margin-bottom: var(--product-section-heading-gap);
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -134,7 +129,7 @@
|
||||
|
||||
.feature-highlight-section {
|
||||
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
|
||||
padding-top: 90px;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 90px;
|
||||
}
|
||||
|
||||
@@ -401,7 +396,7 @@
|
||||
}
|
||||
|
||||
.cases-section {
|
||||
padding: 20px 0 100px 0;
|
||||
padding: 0px 0 80px 0;
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
|
||||
@@ -4449,7 +4449,7 @@ color:#ffffff;
|
||||
}
|
||||
|
||||
.fun-fact-section .fun-fact-grids .grid {
|
||||
width: 25%;
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -4462,7 +4462,7 @@ color:#ffffff;
|
||||
|
||||
.fun-fact-section .grid h3 {
|
||||
font-size: 48px;
|
||||
font-size: 4rem;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
color: #0453fc;
|
||||
margin: 0 0 0.2em;
|
||||
@@ -4488,6 +4488,10 @@ color:#ffffff;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.counter-no-comma .odometer-formatting-mark {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.fun-fact-section .grid h3 + p {
|
||||
font-size: 15px;
|
||||
|
||||
Reference in New Issue
Block a user