/*
Theme Name: Allergan
Description:
Author: One Roof Media
Author URI: https://www.oneroofmedia.us/
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.research-text .heading-text-inner:nth-child(2) {
  margin-top: 24px;
	display:block;
}
@media (max-width: 959px) {
  .core-category-block__row .row-inner {
    flex-direction: column;
    gap: 24px;
	  flex-wrap: wrap; /* Allows items to wrap onto a new line */
	  justify-content: space-between; /* Distributes items evenly in the container */
  }
}
@media (max-width: 767px) {
  .core-category-block__row .row-inner {
    gap: 18px;
	flex-wrap: wrap; /* Allows items to wrap onto a new line */
    justify-content: space-between; /* Distributes items evenly in the container */	  
  }
}