/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

.abc td{
	text-align:right;
}

.abc td:first-child{
	text-align:left;
}

.def tr td{
	padding-bottom:20px;
}
.def tr:first-child td{
	padding-bottom:0;
}
.elementor-button.elementor-size-xl	{
	padding: 25px 400px !important;
}
.elementor-button.elementor-slide-button.elementor-size-xl {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%)
}
#comentarii .elementor-swiper-button {
	color: black
}
.abc tr:first-child td, .abc tr:first-child th{
		font-size: 20px !important;
		line-height: 1.6
	}

@media (max-width: 768px){
.elementor-button.elementor-slide-button.elementor-size-xl {
	-webkit-transform: none;
	transform: none
}
	.abc td, .abc th {
		font-size: 14px;
		line-height: 1.6;
		text-align: center
		
	}
	.abc tr:first-child td, .abc tr:first-child th{
		font-size: 14 px !important;
		line-height: 1.6
	}

	.abc h2 {
		font-size: 27px!important
	}
	.abc td b {
		display: block
	}
	.abc td:first-child{
		text-align: left
	}
	.abc tr:first-child td, .abc tr:first-child th{
		font-size: 8.9px !important
	}

	.abc tr{
		border-bottom: 1px solid white
	}
	.elementor-button.elementor-size-xl	{
	padding: 0 !important;
}
	.elementor-widget-heading .elementor-heading-title{
		font-size: 15px !important
	}

	
	
}