.qobrix-tabs-section__content__item:not(.active) {
	display: none;
}

.qobrix-tabs-section__btns {
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-self: center;
}

.qobrix-tabs-section__btns__item {
	padding: 5px 10px;
	background-color: lightgray;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.1s linear;
}

.qobrix-tabs-section__btns__item:hover{
	transform: scale(1.1);
	cursor: pointer;
}

.qobrix-tabs-section__content {
	position: relative;
}
