.aw-container {
	font-family: 'Roboto', sans-serif;
	color: #54595F;
	padding: 40px 0;
}

.aw-header {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.aw-line {
	height: 1px;
	background-color: #ccc;
	width: 60px;
}

.aw-title {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
	color: #54595F;
}

.aw-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.aw-text-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 1.1rem;
}

.aw-image-wrapper img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.aw-grid {
		grid-template-columns: 1fr;
	}
}
