/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2021 | 02:28:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* For 480 Resolution */  
@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 480px)  
{ /* STYLES GO HERE */
 	#item-1 {
        width: 170px !important;
    }
    
     #item-2, #item-2 img {
        width: 65px !important;
    }
  
     #home-item-1 .elementor-heading-title {
        font-size: 13px !important;
    }
  
    #home-item-1 {
      margin-left: -25px;
  }
}  

/* For 640 Resolution */  
@media only screen   
and (min-device-width : 481px)   
and (max-device-width : 640px)  
{ /* STYLES GO HERE */
 	#item-1 {
        width: 170px !important;
    }
    
     #item-2 {
        width: 70px !important;
    }
}  

@media (max-device-width : 640px)  {
  .logo-target:after{
    width: 95px !important;
    top: -115px  !important;
    left: -60px !important;
  }
}