#destinations .tabs__button {
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
height: 100px;
background-position: center center;
color: var(--color-dark-2);
font-family: var(--font-headings);
font-size: 22px;
}

#destinations .tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
	background-color: transparent;
	color: var(--color-dark-1) !important;
}

@media (max-width: 767px) {

#destinations .tabs__button {
font-size: 16px;
}
	}