.akcii-container { 
	margin-top: 25px;
}
.akcii_main-block {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.akcii_main-item {
	display: flex;
	flex-direction: column-reverse;
	background-color: rgba(239, 238, 234, 1);
	border-radius: 20px;
	justify-content: flex-end;
}

.akcii_main-item__img {
	width: 100%;
	height: 250px;
}

.akcii_main-item__img-img {
	width: 100%;
	height: 250px;
	object-fit: cover !important;
	border-radius: 20px 20px 0px 0px;
}

.akcii_main-item__content {
	padding: 40px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.akcii_main-item__title span {
	font-weight: 700;
	color: rgba(34, 76, 56, 1) !important;
}

.akcii_main-item__title {
	color: rgba(34, 76, 56, 1) !important;
	font-size: 25px;
	line-height: 40px;
}

.akcii_main-item__text {
	margin-bottom: 30px;
}

.akcii_main-item__btn .btn {
	text-transform: uppercase;
}

.akcii_container-text {
	display: flex;
    flex-direction: column;
	margin-top: 40px;
	align-items: center;
}

.akcii_container-text p {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.btn-transept {
	border: 1px solid #69AE19 !important;
	background-color: transparent !important;
	color: #69AE19 !important;
}

.btn-transept:hover {
	background-color: #69AE19 !important;
	color: #fff !important;
}

.akcii-container-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

@media (min-width:1201px) {
	.akcii_main-item {
		width: 32%;
	}
}

@media (max-width:1200px) and (min-width:769px) {
	.akcii_main-item {
		width: 48%;
	}
}

.akcii_main-item:first-child {
	width: 100%;
	flex-direction: row;
}

.akcii_main-item:first-child .akcii_main-item__img {
	height: 100%;
}

.akcii_main-item:first-child .akcii_main-item__img-img {
	height: 100%;
	border-radius: 20px;
}

@media (max-width:768px) {
	.akcii_main-item {
		width: 100%;
		flex-direction: column-reverse !important;
	}

	.akcii_main-item__img-img, .akcii_main-item__img {
		height: 300px !important;
		border-radius: 20px 20px 0px 0px !important;
	}
}

.row.uslugi-akcii {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

a.section-title {
		font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    text-align: left;
	    color: var(--one-color);
    text-transform: uppercase;
}