/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2026 | 06:12:43 */
/* 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._learn::after {
	background-image: url(https://grouptwomaidev.wpenginepowered.com/wp-content/uploads/2025/12/Learn.svg);
	max-width: 690px;
}

.hero__banner._learn .hero__banner_content {
	max-width: 542px !important;
}

@media(max-width: 781px) {
	.hero__banner._learn .hero__banner_content {
    	max-width: 281px !important;
	}
}

.learn__rich_text {
	max-width: 1260px !important;
}
.learn__rich_text--wrapper {
	max-width: 488px !important;
}

.learn__blog_posts {
	padding-bottom: 110px;
}

.learn__blog_posts > ul {
	display: grid;
    max-width: 1260px !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    padding: 0 30px;
}

@media (max-width: 1024px) {
	.learn__blog_posts > ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 781px) {
	.learn__blog_posts {
	padding-bottom: 90px;
}
		.learn__blog_posts > ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.work__richtext--heading._m-228px {
		max-width: 228px;
	}
}

.post-template-default header.entry-header.ast-no-title, .post-template-default nav.navigation.post-navigation {
	display: none !important;
}

.single__article_header {
	max-width: 1260px !important;
}

.single__article_title {
	max-width: 900px !important;
}