/* Base styles */

/* Small PC screen (max 1240px) */

@media screen and (max-width: 1240px) {
    
    
   .technology-item-one h3,
   .technology-item-one img,
   .technology-item-one .text-content {
        padding-right: 14px !important;
        max-width: 270px !important;
        font-size: 20px !important;
     
    }
   
}
     
@media screen and (max-width: 1240px) {
   
    
   .technology-item-two h3, 
   .technology-item-two img, 
   .technology-item-two .text-content {
        padding-right: 14px !important;
        max-width: 270px !important;
        font-size: 20px !important;
    }
   
}


@media screen and (max-width: 1240px) {
	.zak-primary-nav .zak-primary-menu {
  gap: 5px !important;
}
	}
	

@media screen and (max-width: 1240px) {
	.technology-item-one p,
	.technology-item-two p {
    
       font-size: 14px !important;
    }
}