/* Services area start here */
.th-services-area{ width: 100%;display: flex;flex-direction: row;max-width: 1695px;margin-top: 20px;flex-wrap: wrap;}
.th-services-area img {height:48px;width:48px}
.th-printing{width:20%;border:solid 2px #323647;text-align:center;padding:15px;display:flex;align-items:center;}
.th-printing svg {width:48px;height:48px}
.th-printing span { color: #323647;font-size: 14px;font-family:Bold;text-decoration:none;text-transform: uppercase;}
.th-printing1{ width: 20%;border-top: solid 2px #323647;border-right: solid 2px #323647;border-bottom: solid 2px #323647;text-align: center;padding: 15px;display:flex;align-items:center}
.th-printing1 span{ color: #323647;font-size: 14px;font-family:Bold;text-decoration: none;text-transform: uppercase;}
.th-printing1 svg {height:48px;width:48px}
@media only screen and (max-width:1060px){
.th-printing, .th-printing1 {padding:8px;}}
@media only screen and (max-width:991px){
.th-printing1{width: 50%;border:solid 1px var(--hover-bg);margin-top: 10px;}    
.th-printing{width: 100%;border:solid 1px var(--hover-bg);}}
@media only screen and (max-width:575px){
    <!-- .th-services-area {margin-top: 225px;} -->
.th-printing1 {width:100%}
.th-printing span, .th-printing1 span {width:100%;float:left;}}