.image-category-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;width:100%}.image-category-heading h2{font-size:24px;color:#3A504F;margin-bottom:0;padding-bottom:0;letter-spacing:.05em}.image-category-heading .heading-and-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.image-category-heading .heading-and-icon img{height:24px;width:auto}.image-category-menu .row{row-gap:60px}.image-category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-1 .image-category-cards{grid-template-columns:repeat(1,1fr)!important}.grid-2 .image-category-cards{grid-template-columns:repeat(2,1fr)!important}.grid-3 .image-category-cards{grid-template-columns:repeat(3,1fr)!important}.grid-4 .image-category-cards{grid-template-columns:repeat(4,1fr)!important}.image-category-card .card-image{height:283px;overflow:hidden;border-bottom:10px solid #2D3F40}.image-category-card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;-o-transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out}.image-category-card .card-image img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.image-category-card .card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.image-category-card .card-content .card-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;padding:0 12px}.image-category-card .card-content .card-title h3{font-size:16px!important;font-family:mulish!important;font-weight:800!important;margin-bottom:0!important;padding-bottom:0!important;line-height:18px!important;letter-spacing:.05em}@media (max-width:1024px){.col-md-4 .image-category-cards{grid-template-columns:repeat(1,1fr)!important}.col-md-9 .image-category-cards{grid-template-columns:repeat(2,1fr)!important}.col-md-12 .image-category-cards{grid-template-columns:repeat(3,1fr)!important}.image-category-card .card-image{height:auto;aspect-ratio:1/1}}@media (max-width:768px){.col-sm-12 .image-category-cards{grid-template-columns:repeat(2,1fr)!important}}