.sw-marketing-container .elementor-container .elementor-column .elementor-widget-wrap {
	padding: 0;
}

.sw-marketing-container {
	margin-top: -20px !important;
}

.sw-marketing-top {
	padding: 30px;
	padding-left: 140px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F2F2F2;
}

.sw-marketing-left {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 45%;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.sw-marketing-right {
	padding: 30px;
	width: 55%;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-size: cover;
	background-position: center;
}
.sw-marketing-description-title {
	font-family: "Roboto", Sans-serif;
	font-weight: 700;
	font-size: 30px !important;
	color: white !important;
}
.sw-marketing-description-text {
	max-width: 52%;
	font-size: 18px !important;
	font-weight: 600 !important;	
	color: white;
}

.sw-marketing-top .sw-marketing-title {
	margin-top: 0;
	margin-bottom: 30px;
	font-family: "Roboto", Sans-serif;
	font-size: 48px;
	font-weight: 300;
	color: rgb(97, 97, 97);
}

.sw-marketing-points {
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
}

.sw-marketing-points__point p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.sw-marketing-points__point img {
	width: 24px;
	height: 24px;
}
.sw-marketing-points .sw-marketing-points__point span {
	color: rgb(58, 58, 58);
	font-size: 18px;
	font-weight: 300;
}

.sw-marketing-button.sw-marketing-button {
	padding: 8px 20px;
	width: fit-content;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 300;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #5C5C5C;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}
.sw-marketing-button.sw-marketing-button:hover {
	background-color: black;
}

.sw-marketing-splide {
	margin-top: 50px;
	padding: 0 32px;
}

.sw-marketing-splide .splide__slide {
	position: relative;
	cursor: pointer;
}
.sw-marketing-splide .splide__slide:not(:last-child) {
	margin-right: 40px;
}
.sw-marketing-splide .splide__pagination {
	display: none;
}

.sw-marketing-splide .splide__slide img {
	width: 250px;
	height: 250px;
	object-fit: cover;
}

.sw-marketing-splide .splide__slide p {
	position: absolute;
	margin: 0;
	left: 18px;
	bottom: 20px;
	width: 89%;
	height: 4em;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient( 
90deg, rgba(171,171,171,0.44) 0%, rgb(0 0 0 / 36%) 0%);
    text-align: center;
    border-radius: 10px;
    padding-top: 4px;
    display: flex;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}

@media all and (max-width: 980px) {
	.sw-marketing-top {
		flex-direction: column;
		padding: 40px;
	}

	.sw-marketing-left,.sw-marketing-right {
		width: 100%;
	}

	.sw-marketing-left {
		margin-bottom: 40px;
	}

	.sw-marketing-description-text {
		max-width: 100%;
	}
}