|
@@ -410,7 +410,6 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
#service-process {
|
|
|
- width: 100vw;
|
|
|
background-color: #f7f7f7;
|
|
|
padding-bottom: 150px;
|
|
|
}
|
|
@@ -433,7 +432,6 @@ body .arrow:hover {
|
|
|
|
|
|
#service-process #process-box .box {
|
|
|
width: 14vw;
|
|
|
- margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
#service-process #process-box .box .box-text {
|
|
@@ -441,13 +439,13 @@ body .arrow:hover {
|
|
|
text-align: center;
|
|
|
font-size: 17px;
|
|
|
font-weight: 900;
|
|
|
- padding-right: 3vw;
|
|
|
+ padding-right: 2.8vw;
|
|
|
color: #6f645a;
|
|
|
}
|
|
|
|
|
|
#service-process #process-box img {
|
|
|
- width: 180px;
|
|
|
- height: 180px;
|
|
|
+ width: 185px;
|
|
|
+ height: 185px;
|
|
|
-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%);
|
|
|
}
|