.wem-container-bb29f838 {
    width: 100%;
    padding: 60px 20px;
    background-color: #ffffff;
}

.wem-content-wrapper-bb29f838 {
    max-width: 800px;
    margin: 0 auto;
}

.wem-title-bb29f838 {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-weight: 600;
    color: #54595F;
    font-size: 2.5rem;
    margin-bottom: 24px;
    margin-top: 0;
}

.wem-description-bb29f838 {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    color: #7A7A7A;
    font-size: 1.125rem;
    line-height: 1.8;
}

.wem-description-bb29f838 p {
    margin-bottom: 1.5rem;
}

.wem-description-bb29f838 p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .wem-title-bb29f838 {
        font-size: 2rem;
    }
    
    .wem-container-bb29f838 {
        padding: 40px 15px;
    }
}