.el-a7925263-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    font-family: inherit;
    text-align: left;
}

.el-a7925263-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.el-a7925263-icon-box i {
    font-size: 24px;
}

.el-a7925263-icon-box svg {
    width: 24px;
    height: 24px;
}

.el-a7925263-right {
    flex-grow: 1;
}

.el-a7925263-title {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.el-a7925263-content {
    font-size: 15px;
    line-height: 1.6;
}

.el-a7925263-content p {
    margin: 0 0 15px 0;
}

.el-a7925263-content p:last-child {
    margin-bottom: 0;
}
