.bc-container-3e54acc2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.bc-section-title-3e54acc2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b1a2e; /* Target Avenue Dark Navy */
    margin-bottom: 50px;
}

.bc-grid-3e54acc2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

@media (min-width: 768px) {
    .bc-grid-3e54acc2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bc-grid-3e54acc2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bc-card-3e54acc2 {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bc-card-3e54acc2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.bc-icon-wrapper-3e54acc2 {
    width: 60px;
    height: 60px;
    background-color: rgba(110, 193, 228, 0.1); /* Light Blue Accent */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bc-icon-3e54acc2 {
    font-size: 24px;
    color: #6EC1E4; /* Target Avenue Light Blue */
    display: flex;
}

.bc-icon-3e54acc2 svg {
    width: 24px;
    height: 24px;
    fill: #6EC1E4;
}

.bc-card-title-3e54acc2 {
    font-size: 20px;
    font-weight: 700;
    color: #0b1a2e;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.bc-card-desc-3e54acc2 {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}
