/* ======================== */
/* === Internal Heading === */
/* ======================== */

#internal-heading {
	padding-top: 180px;
	margin-bottom: 0px !important; /* overriding #primary .page > section:nth-last-child(1) in general.css 233 */
}

#internal-heading .container.desktop {
	display: block;
	visibility: visible;
}

#internal-heading .container.mobile {
	display: none;
	visibility: hidden;
}

#internal-heading .text h1 {
	margin-bottom: 40px;
	display: inline-block;
}

#internal-heading .text .subheading h2 {
	font-size: clamp(1.625rem, 0.941vw + 1.419rem, 2.125rem);
	line-height: clamp(2.113rem, 2.024vw + 1.67rem, 3.188rem);
}

#internal-heading .text .subtext {
	margin-bottom: 40px;
	display: inline-block;
}

#internal-heading .text .subtext p {
	font-size: 18px;
}

#internal-heading .text .subtext p:nth-last-child(1) {
	margin-bottom: 0;
}

#internal-heading .text .linkwrap {
	margin-top: 20px;
	margin-bottom: 40px;
}

#internal-heading .text .linkwrap a {
	width: auto;
}

#internal-heading.image-below .text .inner {
	text-align: left;
}

#internal-heading.image-below .image {
	margin-top: 50px;
	margin-bottom: 40px;
	display: inline-block;
}

#internal-heading.image-below .image img {
	width: 100%;
	height: auto;
}

#our-distilleries-desktop-image  {
	margin-bottom: 48px;
}

#our-distilleries-mobile-image  {
	margin-bottom: 48px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Extra Large devices (desktops, less than 1281px) */
@media (max-width: 1280.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	#internal-heading {
		padding-top: 160px;
	}

	#internal-heading .text h1 {
		font-size: 36px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	#internal-heading .container.desktop {
		display: none;
		visibility: hidden;
	}
	
	#internal-heading .container.mobile {
		display: block;
		visibility: visible;
	}

	#internal-heading .text h1 {
		font-size: 32px;
	}

	#internal-heading.image-below .image {
		width: 100%;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}







