2022-04-17 12:57:19 +00:00
|
|
|
@import "./card-mobile";
|
2022-04-25 18:30:38 +00:00
|
|
|
@import "./vision-mobile";
|
2022-04-26 09:28:39 +00:00
|
|
|
@import "./service-card-mobile";
|
2022-04-17 12:57:19 +00:00
|
|
|
|
2022-04-08 12:25:22 +00:00
|
|
|
.home__container {
|
|
|
|
max-height: 100vh;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home__name {
|
|
|
|
font-size: 2rem;
|
|
|
|
}
|
2022-04-17 12:57:19 +00:00
|
|
|
|
|
|
|
.index-banner {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-banner__title {
|
|
|
|
font-size: 2.5rem;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2022-04-25 18:30:38 +00:00
|
|
|
|
|
|
|
.index__group-content {
|
|
|
|
.page__container {
|
|
|
|
width: 90%;
|
|
|
|
}
|
2022-04-26 09:28:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.index-banner__logo-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-call__margin-container {
|
|
|
|
flex-direction: column;
|
|
|
|
width: 85%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-call__prompt {
|
|
|
|
text-align: center;
|
|
|
|
}
|