.tot-button {
	position: absolute;
	top: 30px;
	right: 37px;
	width: fit-content;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}

.desktop {
	display: none;
} 

.elementor-widget-container .wrapper .read-more {
	font-size: 18px;
	line-height: 25px;
	color: #2D3032;
	font-weight: 500;
	opacity: 76%;
}

.taxonomy:hover {
	background-color: #EFEFEF;
}

@media (max-width: 767px) {
	.tot-button {
		top: unset;
		right: unset;
		left: 20px;
		bottom: 18px;
	}

	.mobile {
		display: unset;
	}
}