.pg-3a652ab8-container {
    font-family: inherit;
    color: #333;
}

.pg-3a652ab8-header {
    text-align: center;
    max-width: 1200px;
	padding: 0 10px;
    margin: 0 auto 40px;
}

.pg-3a652ab8-badge {
    display: inline-block;
    color: var( --e-global-color-4233e92 );
    margin-bottom: 15px;
    background: #fff !important;
    font-size: var(--e-global-typography-3f28f7a-font-size);
    font-weight: var(--e-global-typography-3f28f7a-font-weight);
    text-transform: var(--e-global-typography-3f28f7a-text-transform);
    line-height: var(--e-global-typography-3f28f7a-line-height);
    letter-spacing: var(--e-global-typography-3f28f7a-letter-spacing);
}

.pg-3a652ab8-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin: 0 0 10px;
    color: var( --e-global-color-4233e92 );
}

@media (max-width: 1024px) {
	.pg-3a652ab8-title {
		font-size: 26px;
	}
	.pg-3a652ab8-grid {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.pg-3a652ab8-title {
		font-size: 22px;
		line-height: 26px;
	}
	.pg-3a652ab8-card-body {
	text-align:center}
	.pg-3a652ab8-card-header {
	justify-content:center}
}
.pg-3a652ab8-subtitle {
    color: var( --e-global-color-text );
    font-size: var( --e-global-typography-2e1712e-font-size );
    line-height: var( --e-global-typography-2e1712e-line-height );
    margin: 0;
	padding: 0 0 10px;
}

.pg-3a652ab8-separator {
    width: 60px;
    height: 4px;
    background-color: #f6c050;
    margin: 0 auto;
}

.pg-3a652ab8-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

@media (max-width: 991px) {
    .pg-3a652ab8-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pg-3a652ab8-grid {
        grid-template-columns: 1fr;
    }
}

.pg-3a652ab8-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.pg-3a652ab8-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pg-3a652ab8-card-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}

.pg-3a652ab8-card-icon-wrapper i {
    font-size: 20px;
}

.pg-3a652ab8-card-icon-wrapper svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.pg-3a652ab8-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    color: var( --e-global-color-4233e92 );
}

.pg-3a652ab8-card-body {
    flex-grow: 1;
    display: flex;
	gap: 10px;
    flex-direction: column;
}

.pg-3a652ab8-card-desc {
    color: var( --e-global-color-text );
    font-size: var( --e-global-typography-db9f21a-font-size );
    line-height: var( --e-global-typography-db9f21a-line-height );
    margin: 0 0 20px;
    flex-grow: 1;
}

.pg-3a652ab8-card-link {
    font-weight: 500;
    font-size: 14px;
	line-height: 18px;
    text-decoration: none;
    display: inline-block;
}

.pg-3a652ab8-card-link:hover {
    text-decoration: underline;
}

.pg-3a652ab8-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.pg-3a652ab8-btn {
    color: #fff;
    padding: 9px 16px 9px 16px;
    border-radius: 8px;
    font-weight: 600;
	font-size:15px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.pg-3a652ab8-btn:hover {
    opacity: 0.9;
    color: #fff;
}
.pg-3a652ab8-btn:focus {
	color: #fff;
}
