.tr-complete-with {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

.tr-complete-with__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
}

.tr-complete-with__title {
	font-weight: 500;
}
.tr-complete-with__slide {
	width: 100% !important;
}
