<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) and (max-width: 991px) {
	.skb-section-title,
	.skb-gellery-area .skb-button-group {
		margin-bottom: 50px;
	}		
}
@media (max-width: 767px) {
	.skb-gellery-area {
		padding: 50px 0;
	}	
	.skb-section-title h2 {
		font-size: 26px;
	}
	.skb-section-title,
	.skb-gellery-area .skb-button-group {
		margin-bottom: 40px;
	}	
}

</pre></body></html>