/* Hide the powered by CookieYes section */
[data-cky-tag="detail-powered-by"] {
  display: none !important;
}

/* Alternative selector if the above doesn't work */
div[data-cky-tag="detail-powered-by"] {
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

#footer-links{
	margin-left: 50px;
}


@media (max-width: 768px) {
	h1{
	font-size:32px !important;
	line-height: 1.2 !important;
	}
	h2{
    font-size: 24px !important;
	line-height: 1.1 !important;
  	}
	h3{
		font-size: 20px !important;
	}
}

@media (max-width: 768px) {
  .qodef-drop-down-second {
    max-height: 60vh;
    overflow-y: auto;
  }
}