2020-04-24 18:52:30 +00:00
|
|
|
.p-home {
|
|
|
|
& > section {
|
|
|
|
padding-top: 100px;
|
|
|
|
padding-bottom: 100px;
|
2020-04-13 18:05:52 +00:00
|
|
|
}
|
|
|
|
|
2020-04-24 18:52:30 +00:00
|
|
|
& .use-cases {
|
|
|
|
padding-top: 128px;
|
|
|
|
padding-bottom: 64px;
|
2020-04-13 18:05:52 +00:00
|
|
|
|
2020-04-24 18:52:30 +00:00
|
|
|
@media (max-width: 800px) {
|
|
|
|
padding-top: 88px;
|
2020-04-13 18:05:52 +00:00
|
|
|
}
|
|
|
|
|
2020-04-24 18:52:30 +00:00
|
|
|
& .g-use-cases {
|
|
|
|
& .icon {
|
2020-05-07 01:49:38 +00:00
|
|
|
min-height: 140px;
|
2020-04-24 18:52:30 +00:00
|
|
|
margin-bottom: 25px;
|
2020-04-13 18:05:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-24 18:52:30 +00:00
|
|
|
& h2 {
|
2020-04-13 18:05:52 +00:00
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
2020-04-24 18:52:30 +00:00
|
|
|
margin-bottom: 64px;
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
margin-bottom: 48px;
|
2020-04-13 18:05:52 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-07-23 08:21:15 +00:00
|
|
|
|
|
|
|
& section.cloud-offerings {
|
|
|
|
padding-top: 88px;
|
|
|
|
padding-bottom: 88px;
|
|
|
|
|
|
|
|
& h2 {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
max-width: 475px;
|
|
|
|
margin-bottom: 64px;
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
margin-bottom: 48px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-03-26 13:38:39 +00:00
|
|
|
|
|
|
|
& .g-callouts {
|
|
|
|
& > .g-grid-container > .items.layout-two-up > .callout-item-wrapper {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
& .callout-item.layout-two-up {
|
|
|
|
padding: 70px;
|
|
|
|
|
|
|
|
&.theme-light {
|
|
|
|
background-color: #f2f2f3;
|
|
|
|
transition: filter 0.25s ease;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
filter: brightness(97%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-13 18:05:52 +00:00
|
|
|
}
|