.service_post.style_one {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 100%;
   margin-bottom: 30px;
}

.service_post.style_one .image {
   height: 200px;
   overflow: hidden;
}

.service_post.style_one .image img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.service_post.style_one .service_content {
   display: flex;
   flex-direction: column;
   flex: 1;
}

.service_post.style_one .short_desc {
   flex: 1;
}

.service_post.style_one .read_more {
   position: static !important;
   margin-top: 15px;
}


/* Product gallery cards - equal height, caption always at bottom */
.product-card-glass {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 100%;
}

.product-img {
   height: 180px;
   overflow: hidden;
}

.product-img img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}

.product-info {
   margin-top: auto;
   padding: 12px 15px;
   text-align: center;
}
/* Automation Panel / similar cards without a short_desc - stop stretching content */
.creote-service-box .service_post.style_one .service_content {
   flex: 0 1 auto;
}

.creote-service-box .service_post.style_one {
   height: auto;
}
/* Header right side - give the Brochure button breathing room from screen edge */
.header_right_content {
   padding-right: 45px;
}

@media (max-width: 991px) {
   .header_right_content {
      padding-right: 25px;
   }

   
}
 