/*
 Theme Name:   MicroMetII Theme
 Theme URI:    https://www.micrometii.com/
 Description:  MicroMetII Custom Theme built on the Kadence theme.
 Author:       Evan Zusy
 Author URI:   https://ez-webdevelopment.com/
 Template:     kadence
 Version:      1.0.0
*/

.kt-infobox-textcontent {
	padding:2rem;
}

/* Mobile */
@media (max-width: 767px) {
  .kt-infobox-textcontent {
    padding:2rem 0;
  }

 }

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {  }

/* Desktop */
@media (min-width: 1025px) { }