@media (max-width: 480px) {
  .video_wrap {
    
    
    height: 200px;
  }
  .video_overlay h1 {
  
    font-size: 18px;
  }
  .video_overlay {
    align-items: end;
  }
  .logo img{
    height: 30px;
  }
  .little-title {
    margin-top: 20px;
  }
  #testimonials .item .content {
  
    margin-top: 17px;
  }
  #blogs .item {
    margin-bottom: 20px;
  }
  .prod_head {
	  display:unset;
	  white-space: unset;
	  
  }
  .top-contact p {
  
    align-items: center;
    margin-left: 4px;
    margin-top: 5px;
    font-size: 12px;
}
.social_icons {
    
    flex-direction: row;
    justify-content: center;
}
.logo{
	text-align: center;
}
.top-contact {
 
    justify-content: center;
}
}