.product-category #categoryTabContent .card a img, .product-box .card .thumbnail, .product-box .card img {
  aspect-ratio: 1;
  object-fit: contain;
}
.existing_block .form-row.form-group {
  align-items: center;
}
@media screen and (max-width: 768px) {
#InfoTab .dynamicHelpTemplateMain .col-6{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  
}
#InfoTab .dynamicHelpTemplateMain .col-6.help-template-p{margin-top: 2rem;}
}