|
@@ -425,7 +425,7 @@ body .arrow:hover {
|
|
|
display: grid;
|
|
|
-ms-grid-columns: (1fr)[6];
|
|
|
grid-template-columns: repeat(6, 1fr);
|
|
|
- width: 80vw;
|
|
|
+ width: 82vw;
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
@@ -443,8 +443,8 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
#service-process #process-box img {
|
|
|
- width: 185px;
|
|
|
- height: 185px;
|
|
|
+ width: 13.5vw;
|
|
|
+ height: 13.5vw;
|
|
|
-webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
|
|
|
filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
|
|
|
}
|