/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
	
}
@media (min-width: 576px) {

}
/* // Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.main-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-section {
		padding-bottom: 20px;
	}
	.header-block {
	  padding: 15px;
	  padding-top: 40px;
	}
	.tags-section .tag-item {
		justify-content: flex-end;
	}
	.tags-section .tag-item .icon {
	  width: 40px;
	  height: 40px;
	  margin-left: 8px;
	}
	.header-block .icon-item h5,
	.tags-section .tag-item h5 {
	  font-size: 1rem;
	}
	.header-block .icon-item img {
	  width: 40px;
	  height: 40px;
	}
	h2 {
	    font-size: 1.75rem;
	}
	h3 {
	    font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	p {
		font: .9rem;
	}
	body {
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.stk-act {
		display: none;
		visibility: hidden;
	}
}
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	h2 {
	    font-size: 1.75rem;
	}
	h3 {
	    font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	p {
		font: .9rem;
	}
}
@media (min-width: 992px) {
	
	
}
/* // Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
 	
 }
