.ps-879148ec-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f5f6f7;
    width: 100%;
}

.ps-879148ec-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    min-width: 80px;
    height: 100%;
    align-self: stretch;
}

.ps-879148ec-title {
    flex: 0 0 250px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
}

.ps-879148ec-desc {
    flex: 1;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .ps-879148ec-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .ps-879148ec-number {
        width: 100%;
    }
    .ps-879148ec-title, .ps-879148ec-desc {
        width: 100%;
        flex: none;
    }
}