Index: vue/src/assets/images/devops/DevSupport/github.png =================================================================== diff -u -rf7c308b840a823e68db4cf7c8e66c0dbe77db013 -r0076222ea9e3e3fcfb2cb9d1aeaa07209e653d23 --- vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision f7c308b840a823e68db4cf7c8e66c0dbe77db013) +++ vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision 0076222ea9e3e3fcfb2cb9d1aeaa07209e653d23) @@ -2494,7 +2494,7 @@ } .section-title h2 { text-align: center; - font-size: 32px; + font-size: 28px; font-weight: bold; text-transform: uppercase; padding-bottom: 20px; @@ -2519,7 +2519,7 @@ display: block; width: 40px; height: 3px; - background: #2477ff; + background: #5B617B; bottom: 0; left: calc(50% - 20px); } @@ -2537,8 +2537,9 @@ } .about h2 { - color: #666; + color: #5B617B; margin-bottom: 7%; + padding-top: 20px; } .about .section-title { margin-bottom: 8%; Index: arms/html/pdService =================================================================== diff -u -rc6b5b8b9ff09879d0ed4095199fae6e89d65ef95 -r0076222ea9e3e3fcfb2cb9d1aeaa07209e653d23 --- arms/html/pdService (.../pdService) (revision c6b5b8b9ff09879d0ed4095199fae6e89d65ef95) +++ arms/html/pdService (.../pdService) (revision 0076222ea9e3e3fcfb2cb9d1aeaa07209e653d23) @@ -183,6 +183,12 @@ margin-bottom: -24px; } } + @media (max-width: 767px){ + .carousel-concept { + height: 250px !important; + margin-bottom: -24px; + } + }