.ai-pacs-about-28113-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    padding: 60px 0;
}

.ai-pacs-about-28113-content {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

.ai-pacs-about-28113-image {
    flex: 1;
    min-width: 300px;
    text-align: right;
}

.ai-pacs-about-28113-image img {
    max-width: 100%;
    height: auto;
}

.ai-pacs-about-pre-title {
    color: #94a3b8; /* slate-400 equivalent for subtler look */
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}

.ai-pacs-about-title-wrapper {
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: 'Outfit', sans-serif;
}

.ai-pacs-about-title-1 {
    color: #0f172a;
    font-size: 3rem;
    font-weight: 400; /* Lighter weight for the first line */
}

.ai-pacs-about-title-2 {
    color: #000D44; /* From context variable 1960a86 */
    font-size: 3.5rem;
    font-weight: 800; /* Bolder weight for the second line */
}

.ai-pacs-about-description {
    color: #475569; /* text color from context */
    font-size: 1.125rem;
    line-height: 1.8;
    font-family: 'DM Sans', sans-serif;
}

.ai-pacs-about-description p {
    margin-bottom: 20px;
}

.ai-pacs-about-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ai-pacs-about-28113-wrapper {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .ai-pacs-about-28113-wrapper {
        flex-direction: column;
        text-align: center;
    }
    
    .ai-pacs-about-28113-image {
        text-align: center;
    }
    
    .ai-pacs-about-title-1 {
        font-size: 2.2rem;
    }
    
    .ai-pacs-about-title-2 {
        font-size: 2.5rem;
    }
}