.sliderBox {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.downloadCatalog {
    display: flex;
    align-items: normal;
    gap: 20px;
	margin-bottom: 3em;
}
.downloadCatalog .downloadCatalogButton {
	display: block;
	max-width: fit-content;
	padding: 1.5em 1em;
	border: 1px solid #0098e1;
	border-radius: 8px;
	background-color: #0098e1;
	color: #fff;
	transition: all 0.3s ease;
}
.downloadCatalog .downloadCatalogButton:hover {
	background-color: #fff;
	color: #0098e1;
}
