|
|
|
@ -17,6 +17,9 @@ |
|
|
|
|
.title-3{ |
|
|
|
|
font-size: 32px; |
|
|
|
|
} |
|
|
|
|
.title-4{ |
|
|
|
|
font-size: 20px; |
|
|
|
|
} |
|
|
|
|
.text-1{ |
|
|
|
|
font-size: 18px; |
|
|
|
|
} |
|
|
|
@ -538,4 +541,42 @@ main{ |
|
|
|
|
} |
|
|
|
|
/* text-form */ |
|
|
|
|
|
|
|
|
|
/* services */ |
|
|
|
|
@media only screen and (max-width: 992px) { |
|
|
|
|
.services{ |
|
|
|
|
margin: 40px 0 0 0; |
|
|
|
|
} |
|
|
|
|
.services__item{ |
|
|
|
|
margin: 24px 0 0 0; |
|
|
|
|
|
|
|
|
|
padding: 16px; |
|
|
|
|
|
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.services__item:nth-child(n){ |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.services__item:first-child{ |
|
|
|
|
margin-top: 0; |
|
|
|
|
} |
|
|
|
|
.services__img{ |
|
|
|
|
width: 40px; |
|
|
|
|
} |
|
|
|
|
.services__content{ |
|
|
|
|
min-height: auto; |
|
|
|
|
} |
|
|
|
|
.services__content .title-4{ |
|
|
|
|
margin-top: 24px; |
|
|
|
|
/* margin-bottom: 0; */ |
|
|
|
|
} |
|
|
|
|
.services__item .text-2{ |
|
|
|
|
/* display: none; */ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* services */ |
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 992px) {} |