@charset "UTF-8";
/*
Theme Name: uniformfactory
Theme URI: https://uniformfactory.store/
Author: Maaz Hafeez
Author URI: https://uniformfactory.store/
Description: Description.
Tags: Tages
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 1.23
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.services-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.services-section .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.services-section .service-item {
  flex: 1 1 calc(25% - 20px);
  text-align: center;
  text-decoration: none;
  color: #333;
}

.services-section .service-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.services-section .service-item h3 {
  margin-top: 10px;
  font-size: 1.2em;
}
@media (min-width: 992px) {
	.fix-height .text-holder h3{
		min-height: 76px;
	}
	.fix-height .text-holder p{
		min-height: 122px;
	}

  .img-fix img{
    min-height: 173px;
  }
  
}