.wc-188-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .wc-188-container {
        flex-direction: row;
        align-items: center;
        padding: 80px 40px;
    }
}

.wc-188-content-side {
    flex: 1;
}

.wc-188-image-side {
    flex: 1;
    display: flex;
    justify-content: center;
}

.wc-188-image-side img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(5, 74, 145, 0.1);
}

.wc-188-header {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.wc-188-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 0;
}

@media (min-width: 768px) {
    .wc-188-title {
        font-size: 40px;
    }
}

.wc-188-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.wc-188-list li {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    color: #050517;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.wc-188-check {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #F17300; /* Secondary */
    flex-shrink: 0;
    margin-top: 2px;
}

.wc-188-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #054A91; /* Primary */
    border-left: 4px solid #F17300; /* Secondary */
    padding-left: 20px;
    margin: 0;
    line-height: 1.4;
    background-color: #F4F4F4; /* Background Accent */
    padding: 24px;
    border-radius: 0 8px 8px 0;
}
