/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 04:48:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.hero__banner._service::after {
	background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Services.svg);
	max-width: 940px;
}

.hero__banner._packages::after {
	background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2026/02/Packages-cover-icon.svg);
	max-width: 940px;
}

.hero__banner._service .hero__banner_content {
	max-width: 542px !important;
}

.Service__items {
	gap: 130px !important;
}

.Service__items._right {
	gap: 70px !important;
}

.Service__items._right .Service__item_content > *{
	margin-left: 12% !important;
}

.Service__items--heading {
	max-width: 535px;
}

.Service__item p {
	max-width: 480px;
}
.Service__item_content ul {
/* 	padding-left: 0; */
}

.Service__item_content ul,
.Service__item_content ul li {
	list-style: none;
}

.Service__items--list {
    max-width: 530px;
}

@media (max-width: 1024px) {
	.Service__items {
    gap: 70px !important;
}
	.Service__items._right {
    gap: 15px !important;
}
	.Service__items._right .Service__item_content > * {
    margin-left: 5% !important;
}
}
@media (max-width: 781px) {
	.Services {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.Service__item_content {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.Service__items {
		gap: 30px !important;
	}
	.Service__items._right {
        gap: 30px !important;
        flex-direction: column-reverse;
    }
		.Service__items._right .Service__item_content > * {
    margin-left: 0 !important;
}
}