80 lines
1.1 KiB
SCSS
80 lines
1.1 KiB
SCSS
.tile-img {
|
|
.elementor-widget-heading {
|
|
position: absolute;
|
|
bottom: 40px;
|
|
padding: 0 50px 0 50px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.why-icon {
|
|
width: 125px !important;
|
|
min-width: 125px !important;
|
|
height: 125px !important;
|
|
}
|
|
|
|
#services-tiles {
|
|
.services-tile {
|
|
position: sticky;
|
|
top: 30px;
|
|
background: #fff;
|
|
|
|
&-1 {
|
|
}
|
|
&-2 {
|
|
@media (min-width: 768px) {
|
|
.services-tile-grid {
|
|
grid-template-areas: 'i1 i2' 'i3 i2';
|
|
> div {
|
|
&:nth-child(1) {
|
|
grid-area: i1;
|
|
}
|
|
&:nth-child(2) {
|
|
grid-area: i2;
|
|
}
|
|
&:nth-child(3) {
|
|
grid-area: i3;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
display: none;
|
|
}
|
|
}
|
|
&-3 {
|
|
}
|
|
|
|
.services-tile-grid {
|
|
}
|
|
}
|
|
}
|
|
|
|
#header-row-box {
|
|
> .e-con-inner {
|
|
@media (max-width: 500px) {
|
|
flex-direction: column !important;
|
|
|
|
> div {
|
|
&:nth-child(2) {
|
|
order: 3;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#header-menu {
|
|
.elementor-nav-menu--dropdown {
|
|
ul.elementor-nav-menu {
|
|
padding-bottom: 20px;
|
|
|
|
li.menu-item {
|
|
a.elementor-item {
|
|
text-align: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|