.offerings-container-3e4834d3 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.offerings-left-3e4834d3 {
    flex: 1 1 300px;
}

.offerings-right-3e4834d3 {
    flex: 2 1 500px;
}

.offerings-main-title-3e4834d3 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 400;
}

.offerings-list-3e4834d3 {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.offering-title-3e4834d3 {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.offering-description-3e4834d3 {
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.offering-bullets-3e4834d3 ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: disc;
}

.offering-bullets-3e4834d3 ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.offering-bullets-3e4834d3 ul li::marker {
    color: #0047AB; /* Fallback accent color */
}

@media (max-width: 768px) {
    .offerings-container-3e4834d3 {
        flex-direction: column;
        gap: 20px; /* Reduced gap between columns on mobile */
    }
    
    .offerings-right-3e4834d3 {
        flex: 1 1 100%;
    }
}