/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.carddiimg img
{
	    object-fit: cover;
    background-repeat: no-repeat;
}
#textSlider {
  text-align: center;
  color: var(--theme-palette-color-8, #ffffff) !important;
  font-size: 65px !important;
  line-height: 1.3em !important;
  font-weight: 800 !important;
}

.ct-sticky-container{
--theme-box-shadow: 0px 20px 80px rgba(192, 198, 211, 0.25) !important; 
}
@media (max-width: 512px) {
  #textSlider {
    font-size: 30px !important;
  }
}
